Uses of Interface
dk.cloudcreate.essentials.reactive.command.interceptor.CommandBusInterceptor
Packages that use CommandBusInterceptor
Package
Description
-
Uses of CommandBusInterceptor in dk.cloudcreate.essentials.reactive.command
Fields in dk.cloudcreate.essentials.reactive.command with type parameters of type CommandBusInterceptorModifier and TypeFieldDescriptionprotected final List<CommandBusInterceptor>AbstractCommandBus.interceptorsMethods in dk.cloudcreate.essentials.reactive.command that return types with arguments of type CommandBusInterceptorModifier and TypeMethodDescriptionAbstractCommandBus.getInterceptors()CommandBus.getInterceptors()Returns an immutable list of interceptorsMethods in dk.cloudcreate.essentials.reactive.command with parameters of type CommandBusInterceptorModifier and TypeMethodDescriptionAbstractCommandBus.addInterceptor(CommandBusInterceptor interceptor) CommandBus.addInterceptor(CommandBusInterceptor interceptor) Add a new interceptorbooleanAbstractCommandBus.hasInterceptor(CommandBusInterceptor interceptor) booleanCommandBus.hasInterceptor(CommandBusInterceptor interceptor) Guard method to test if theCommandBusalready contains the interceptorAbstractCommandBus.removeInterceptor(CommandBusInterceptor interceptor) CommandBus.removeInterceptor(CommandBusInterceptor interceptor) Remove an interceptorMethod parameters in dk.cloudcreate.essentials.reactive.command with type arguments of type CommandBusInterceptorModifier and TypeMethodDescriptiondefault CommandBusCommandBus.addInterceptors(List<CommandBusInterceptor> interceptors) Add new interceptorsConstructors in dk.cloudcreate.essentials.reactive.command with parameters of type CommandBusInterceptorModifierConstructorDescriptionLocalCommandBus(CommandBusInterceptor... interceptors) LocalCommandBus(SendAndDontWaitErrorHandler sendAndDontWaitErrorHandler, CommandBusInterceptor... interceptors) Constructor parameters in dk.cloudcreate.essentials.reactive.command with type arguments of type CommandBusInterceptorModifierConstructorDescriptionprotectedAbstractCommandBus(SendAndDontWaitErrorHandler sendAndDontWaitErrorHandler, List<CommandBusInterceptor> interceptors) protectedAbstractCommandBus(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 CommandBusInterceptorModifier and TypeMethodDescriptionstatic 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 CommandBusInterceptorModifierConstructorDescriptionDefaultCommandBusInterceptorChain(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