Uses of Interface
dk.cloudcreate.essentials.reactive.command.interceptor.CommandBusInterceptor
-
Packages that use CommandBusInterceptor Package Description dk.cloudcreate.essentials.reactive.command dk.cloudcreate.essentials.reactive.command.interceptor -
-
Uses of CommandBusInterceptor in dk.cloudcreate.essentials.reactive.command
Fields in dk.cloudcreate.essentials.reactive.command with type parameters of type CommandBusInterceptor Modifier and Type Field Description protected List<CommandBusInterceptor>AbstractCommandBus. interceptorsMethods in dk.cloudcreate.essentials.reactive.command that return types with arguments of type CommandBusInterceptor Modifier and Type Method Description List<CommandBusInterceptor>AbstractCommandBus. getInterceptors()List<CommandBusInterceptor>CommandBus. getInterceptors()Returns an immutable list of interceptorsMethods in dk.cloudcreate.essentials.reactive.command with parameters of type CommandBusInterceptor Modifier and Type Method Description CommandBusAbstractCommandBus. addInterceptor(CommandBusInterceptor interceptor)CommandBusCommandBus. addInterceptor(CommandBusInterceptor interceptor)Add a new interceptorbooleanAbstractCommandBus. hasInterceptor(CommandBusInterceptor interceptor)booleanCommandBus. hasInterceptor(CommandBusInterceptor interceptor)Guard method to test if theCommandBusalready contains the interceptorCommandBusAbstractCommandBus. removeInterceptor(CommandBusInterceptor interceptor)CommandBusCommandBus. removeInterceptor(CommandBusInterceptor interceptor)Remove an interceptorConstructors in dk.cloudcreate.essentials.reactive.command with parameters of type CommandBusInterceptor Constructor Description LocalCommandBus(CommandBusInterceptor... interceptors)LocalCommandBus(SendAndDontWaitErrorHandler sendAndDontWaitErrorHandler, CommandBusInterceptor... interceptors)Constructor parameters in dk.cloudcreate.essentials.reactive.command with type arguments of type CommandBusInterceptor Constructor Description AbstractCommandBus(SendAndDontWaitErrorHandler sendAndDontWaitErrorHandler, List<CommandBusInterceptor> interceptors)AbstractCommandBus(List<CommandBusInterceptor> interceptors)LocalCommandBus(SendAndDontWaitErrorHandler sendAndDontWaitErrorHandler, List<CommandBusInterceptor> interceptors)LocalCommandBus(List<CommandBusInterceptor> interceptors) -
Uses of CommandBusInterceptor in dk.cloudcreate.essentials.reactive.command.interceptor
Method parameters in dk.cloudcreate.essentials.reactive.command.interceptor with type arguments of type CommandBusInterceptor Modifier and Type Method Description static CommandBusInterceptorChainCommandBusInterceptorChain. newInterceptorChain(Object command, CommandHandler matchedCommandHandler, List<CommandBusInterceptor> interceptors, BiFunction<CommandBusInterceptor,CommandBusInterceptorChain,Object> interceptorOperationInvoker, Function<Object,Object> defaultCommandBusBehaviour)Create a newCommandBusInterceptorChaininstance for the handling of a Commandstatic CommandBusInterceptorChainCommandBusInterceptorChain. newInterceptorChain(Object command, CommandHandler matchedCommandHandler, List<CommandBusInterceptor> interceptors, BiFunction<CommandBusInterceptor,CommandBusInterceptorChain,Object> interceptorOperationInvoker, Function<Object,Object> defaultCommandBusBehaviour)Create a newCommandBusInterceptorChaininstance for the handling of a CommandConstructor parameters in dk.cloudcreate.essentials.reactive.command.interceptor with type arguments of type CommandBusInterceptor Constructor Description DefaultCommandBusInterceptorChain(Object command, CommandHandler matchedCommandHandler, List<CommandBusInterceptor> interceptors, BiFunction<CommandBusInterceptor,CommandBusInterceptorChain,Object> interceptorOperationInvoker, Function<Object,Object> defaultCommandBusBehaviour)Create a newCommandBusInterceptorChaininstance for the handling of a CommandDefaultCommandBusInterceptorChain(Object command, CommandHandler matchedCommandHandler, List<CommandBusInterceptor> interceptors, BiFunction<CommandBusInterceptor,CommandBusInterceptorChain,Object> interceptorOperationInvoker, Function<Object,Object> defaultCommandBusBehaviour)Create a newCommandBusInterceptorChaininstance for the handling of a Command
-