hunt.stomp.support.ExecutorChannelInterceptor

Undocumented in source.

Members

Classes

ExecutorChannelInterceptor
class ExecutorChannelInterceptor

An extension of {@link ChannelInterceptor} with callbacks to intercept the asynchronous sending of a {@link hunt.stomp.Message} to a specific subscriber through an {@link java.util.concurrent.Executor}. Supported on {@link hunt.stomp.MessageChannel} implementations that can be configured with an {@code Executor}.

Meta