Interface NotificationSubscriptionControl
- All Known Implementing Classes:
WrappedNotificationSubscriptionControl
public interface NotificationSubscriptionControl
-
Method Summary
Modifier and TypeMethodDescriptionCompletionStage<org.apache.pekko.Done>shutdown()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.
-