이 콘텐츠는 선택한 언어로 제공되지 않습니다.
42.3. Interceptors on the Client Side
The interceptors can also be run on the client side to intercept packets sent by the server by adding the interceptor to the
ClientSessionFactory
with the addInterceptor()
method.
The interceptors classes (and their dependencies) must be added to the client classpath to be properly instantiated and called from the client side.