Interface MessageHandlerInterceptor
-
- All Superinterfaces:
dk.cloudcreate.essentials.shared.interceptor.Interceptor
public interface MessageHandlerInterceptor extends dk.cloudcreate.essentials.shared.interceptor.Interceptor
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidintercept(InvokeMessageHandlerMethod operation, dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<InvokeMessageHandlerMethod,Void,MessageHandlerInterceptor> interceptorChain)InterceptInvokeMessageHandlerMethodcalls
-
-
-
Method Detail
-
intercept
default void intercept(InvokeMessageHandlerMethod operation, dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<InvokeMessageHandlerMethod,Void,MessageHandlerInterceptor> interceptorChain)
InterceptInvokeMessageHandlerMethodcalls- Parameters:
operation- the operationinterceptorChain- the interceptor chain (callInterceptorChain.proceed()to continue the processing chain)
-
-