Uses of Interface
dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward.MessageHandlerInterceptor
-
Packages that use MessageHandlerInterceptor Package Description dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward -
-
Uses of MessageHandlerInterceptor in dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward
Methods in dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward with parameters of type MessageHandlerInterceptor Modifier and Type Method Description PatternMatchingMessageHandlerPatternMatchingMessageHandler. addInterceptor(MessageHandlerInterceptor interceptor)PatternMatchingMessageHandlerPatternMatchingMessageHandler. removeInterceptor(MessageHandlerInterceptor interceptor)Method parameters in dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward with type arguments of type MessageHandlerInterceptor Modifier and Type Method Description default voidMessageHandlerInterceptor. intercept(InvokeMessageHandlerMethod operation, dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<InvokeMessageHandlerMethod,Void,MessageHandlerInterceptor> interceptorChain)InterceptInvokeMessageHandlerMethodcallsConstructor parameters in dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward with type arguments of type MessageHandlerInterceptor Constructor Description PatternMatchingMessageHandler(Object invokeMessageHandlerMethodsOn, List<MessageHandlerInterceptor> interceptors)Create anPatternMatchingMessageHandlerthat can resolve and invoke message handler methods, i.e.PatternMatchingMessageHandler(List<MessageHandlerInterceptor> interceptors)Create anPatternMatchingMessageHandlerthat can resolve and invoke message handler methods, i.e.
-