@StampyLibrary(libraryName="stampy-NETTY-client-server-RI") public class NettyAcknowledgementListenerAndInterceptor extends AbstractAcknowledgementListenerAndInterceptor<ServerNettyMessageGateway>
StompMessageType.MESSAGE
messages for a subscription. If confirmation of the publication is requested
a timer is created to await receipt of the confirmation, and the appropriate
methods of the StampyAcknowledgementHandler implementation are
invoked.messages| Constructor and Description |
|---|
NettyAcknowledgementListenerAndInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ensureCleanup()
Configure the gateway to clean up the map of expected acks on session
termination.
|
getAckTimeoutMillis, getHandler, getMessageTypes, interceptMessage, isForMessage, messageReceived, setAckTimeoutMillis, setGateway, setHandlergetGateway, interceptMessagepublic NettyAcknowledgementListenerAndInterceptor()
protected void ensureCleanup()
AbstractAcknowledgementListenerAndInterceptorensureCleanup in class AbstractAcknowledgementListenerAndInterceptor<ServerNettyMessageGateway>