ChannelRegistration

A registration class for customizing the configuration for a {@link hunt.stomp.MessageChannel}.

@author Rossen Stoyanchev @since 4.0

Members

Functions

addInterceptors
ChannelRegistration addInterceptors(ChannelInterceptor[] interceptors)

Configure the given interceptors for this message channel, adding them to the channel's current list of interceptors. @since 4.3.12

getInterceptors
ChannelInterceptor[] getInterceptors()
Undocumented in source. Be warned that the author may not have intended to support it.
hasInterceptors
bool hasInterceptors()
Undocumented in source. Be warned that the author may not have intended to support it.
hasTaskExecutor
bool hasTaskExecutor()

Configure interceptors for the message channel. @deprecated as of 4.3.12, in favor of {@link #interceptors(ChannelInterceptor...)}

Meta