intercept

fun intercept(vararg interceptorArray: ChannelInterceptor)

Add one or more ChannelInterceptor implementations to the current MessageChannel, in the given order, after any interceptors already registered.

Since

5.5.8

Parameters

interceptorArray

one or more ChannelInterceptors.