See: Description
| Interface | Description |
|---|---|
| Cancelable |
Cancelable allows stopping long running tasks and freeing underlying resources.
|
| Message<S,T> |
General message abstraction for any type of Event / Message published by MongoDB server to the client.
|
| MessageListener<S,T> |
Listener interface to receive delivery of
Messages. |
| MessageListenerContainer |
Internal abstraction used by the framework representing a message listener container.
|
| Subscription | |
| SubscriptionRequest<S,T,O extends SubscriptionRequest.RequestOptions> |
The actual
SubscriptionRequest sent to the MessageListenerContainer. |
| SubscriptionRequest.RequestOptions |
Options for specifying the behaviour of the
SubscriptionRequest. |
| Task |
The actual
Task to run within the MessageListenerContainer. |
| Enum | Description |
|---|---|
| Task.State |
The
Task.State defining the lifecycle phase the actual Task. |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.