Interface IndividualSubscriptionHandler
public interface IndividualSubscriptionHandler
Callback handler for subscriptions that handle notifications individually per manager.
-
Method Summary
Modifier and TypeMethodDescriptionvoidendStream(SourceSubscriptionManager subscriptionManager) Indicates the end of a sequence of notifications for a specific manager.voidstartStream(SourceSubscriptionManager subscriptionManager) Indicates the start of a sequence of notifications for a specific manager.
-
Method Details
-
startStream
Indicates the start of a sequence of notifications for a specific manager.- Parameters:
subscriptionManager- the subscription manager for which individual messages are to be sent.
-
endStream
Indicates the end of a sequence of notifications for a specific manager. This function is only called if a subscription expires or is actively unsubscribed by the event sink.- Parameters:
subscriptionManager- the subscription manager.
-