Uses of Interface
dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward.MessageHandlerInterceptor
Packages that use MessageHandlerInterceptor
-
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 MessageHandlerInterceptorModifier and TypeMethodDescriptionPatternMatchingMessageHandler.addInterceptor(MessageHandlerInterceptor interceptor) PatternMatchingMessageHandler.removeInterceptor(MessageHandlerInterceptor interceptor) Method parameters in dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward with type arguments of type MessageHandlerInterceptorModifier and TypeMethodDescriptiondefault 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 MessageHandlerInterceptorModifierConstructorDescriptionPatternMatchingMessageHandler(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.