Interface SubscriptionRequest<S,T,O extends SubscriptionRequest.RequestOptions>

All Known Implementing Classes:
ChangeStreamRequest, TailableCursorRequest

public interface SubscriptionRequest<S,T,O extends SubscriptionRequest.RequestOptions>
The actual SubscriptionRequest sent to the MessageListenerContainer. This wrapper type allows passing in additional information to the Container which can be used for creating the actual Task running.
The MessageListener provides the callback interface when pushing messages.
Since:
2.1
Author:
Christoph Strobl