Class WrappedNotificationSubscriptionControl
java.lang.Object
com.here.platform.data.client.impl.WrappedNotificationSubscriptionControl
- All Implemented Interfaces:
NotificationSubscriptionControl,Serializable,scala.Equals,scala.Product
public class WrappedNotificationSubscriptionControl
extends Object
implements NotificationSubscriptionControl, scala.Product, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWrappedNotificationSubscriptionControl(com.here.platform.data.client.scaladsl.NotificationSubscriptionControl delegate) -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
WrappedNotificationSubscriptionControl
public WrappedNotificationSubscriptionControl(com.here.platform.data.client.scaladsl.NotificationSubscriptionControl delegate)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1) -
toString
-
delegate
public com.here.platform.data.client.scaladsl.NotificationSubscriptionControl delegate() -
shutdown
Description copied from interface:NotificationSubscriptionControlShutdown the stream. It will wait for outstanding processes to finish before shutting down.- Specified by:
shutdownin interfaceNotificationSubscriptionControl
-