Interface NotificationSubscriptionControl

All Known Implementing Classes:
WrappedNotificationSubscriptionControl

public interface NotificationSubscriptionControl
  • Method Summary

    Modifier and Type
    Method
    Description
    CompletionStage<org.apache.pekko.Done>
    Shutdown the stream.
  • Method Details

    • shutdown

      CompletionStage<org.apache.pekko.Done> shutdown()
      Shutdown the stream. It will wait for outstanding processes to finish before shutting down.