Add a channel interceptor to the end of the list.
Add a channel interceptor at the specified index.
Return the list of configured interceptors.
Remove the given interceptor.
Remove the interceptor at the given index.
Set the list of channel interceptors clearing any existing interceptors.
A {@link hunt.stomp.MessageChannel MessageChannel} that maintains a list {@link hunt.stomp.support.ChannelInterceptor ChannelInterceptors} and allows interception of message sending.
@author Rossen Stoyanchev @since 4.1