Contents
Interface VetoCapableInterceptor
- All Known Implementing Classes:
WireTap
public interface VetoCapableInterceptor
ChannelInterceptor
s implementing this
interface can veto global interception of a particular channel.
Could be used, for example, when an interceptor itself writes to an output channel
(which should not be intercepted with this interceptor).- Since:
- 4.0
- Author:
- Gary Russell, Artem Bilan
-
Method Summary
Modifier and TypeMethodDescriptionboolean
shouldIntercept
(String beanName, InterceptableChannel channel)