Uses of Interface
org.axonframework.extension.reactor.messaging.core.interception.ReactorDispatchInterceptorFactory
Packages that use ReactorDispatchInterceptorFactory
Package
Description
Part of the Axon Extension module.
-
Uses of ReactorDispatchInterceptorFactory in org.axonframework.extension.reactor.messaging.core.interception
Methods in org.axonframework.extension.reactor.messaging.core.interception with parameters of type ReactorDispatchInterceptorFactoryModifier and TypeMethodDescriptionDefaultReactorDispatchInterceptorRegistry.registerCommandInterceptor(ReactorDispatchInterceptorFactory<? super CommandMessage> interceptorFactory) ReactorDispatchInterceptorRegistry.registerCommandInterceptor(ReactorDispatchInterceptorFactory<? super CommandMessage> interceptorFactory) Registers the given component-awareinterceptorFactoryfor aCommandMessage-specificReactorMessageDispatchInterceptor.DefaultReactorDispatchInterceptorRegistry.registerEventInterceptor(ReactorDispatchInterceptorFactory<? super EventMessage> interceptorFactory) ReactorDispatchInterceptorRegistry.registerEventInterceptor(ReactorDispatchInterceptorFactory<? super EventMessage> interceptorFactory) Registers the given component-awareinterceptorFactoryfor anEventMessage-specificReactorMessageDispatchInterceptor.DefaultReactorDispatchInterceptorRegistry.registerInterceptor(ReactorDispatchInterceptorFactory<Message> interceptorFactory) ReactorDispatchInterceptorRegistry.registerInterceptor(ReactorDispatchInterceptorFactory<Message> interceptorFactory) Registers the given component-awareinterceptorFactoryfor a genericMessageReactorMessageDispatchInterceptor.DefaultReactorDispatchInterceptorRegistry.registerQueryInterceptor(ReactorDispatchInterceptorFactory<? super QueryMessage> interceptorFactory) ReactorDispatchInterceptorRegistry.registerQueryInterceptor(ReactorDispatchInterceptorFactory<? super QueryMessage> interceptorFactory) Registers the given component-awareinterceptorFactoryfor aQueryMessage-specificReactorMessageDispatchInterceptor.