public interface SubscriptionRequest<S,T,O extends SubscriptionRequest.RequestOptions>
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. MessageListener provides the callback interface when pushing messages.| Modifier and Type | Interface and Description |
|---|---|
static interface |
SubscriptionRequest.RequestOptions
Options for specifying the behaviour of the
SubscriptionRequest. |
| Modifier and Type | Method and Description |
|---|---|
MessageListener<S,? super T> |
getMessageListener()
Obtain the
MessageListener to publish messages to. |
O |
getRequestOptions()
Get the
SubscriptionRequest.RequestOptions specifying the requests behaviour. |
MessageListener<S,? super T> getMessageListener()
MessageListener to publish messages to.O getRequestOptions()
SubscriptionRequest.RequestOptions specifying the requests behaviour.Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.