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

    Constructors
    Constructor
    Description
    WrappedNotificationSubscriptionControl(com.here.platform.data.client.scaladsl.NotificationSubscriptionControl delegate)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract static R
    apply(T1 v1)
     
    com.here.platform.data.client.scaladsl.NotificationSubscriptionControl
     
    CompletionStage<org.apache.pekko.Done>
    Shutdown the stream.
    static String
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods 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

      public static String toString()
    • delegate

      public com.here.platform.data.client.scaladsl.NotificationSubscriptionControl delegate()
    • shutdown

      public CompletionStage<org.apache.pekko.Done> shutdown()
      Description copied from interface: NotificationSubscriptionControl
      Shutdown the stream. It will wait for outstanding processes to finish before shutting down.
      Specified by:
      shutdown in interface NotificationSubscriptionControl