Uses of Interface
dk.cloudcreate.essentials.reactive.command.interceptor.CommandBusInterceptorChain
Packages that use CommandBusInterceptorChain
-
Uses of CommandBusInterceptorChain in dk.cloudcreate.essentials.reactive.command.interceptor
Classes in dk.cloudcreate.essentials.reactive.command.interceptor that implement CommandBusInterceptorChainModifier and TypeClassDescriptionstatic classDefault implementation for theCommandBusInterceptorChain.Methods in dk.cloudcreate.essentials.reactive.command.interceptor that return CommandBusInterceptorChainModifier 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 CommandMethods in dk.cloudcreate.essentials.reactive.command.interceptor with parameters of type CommandBusInterceptorChainModifier and TypeMethodDescriptiondefault ObjectCommandBusInterceptor.interceptSend(Object command, CommandBusInterceptorChain commandBusInterceptorChain) Intercept theAbstractCommandBus.send(Object)operationdefault voidCommandBusInterceptor.interceptSendAndDontWait(Object commandMessage, CommandBusInterceptorChain commandBusInterceptorChain) Intercept theLocalCommandBus.sendAndDontWait(Object)operationdefault ObjectCommandBusInterceptor.interceptSendAsync(Object command, CommandBusInterceptorChain commandBusInterceptorChain) Intercept theAbstractCommandBus.sendAsync(Object)operationMethod parameters in dk.cloudcreate.essentials.reactive.command.interceptor with type arguments of type CommandBusInterceptorChainModifier 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 CommandConstructor parameters in dk.cloudcreate.essentials.reactive.command.interceptor with type arguments of type CommandBusInterceptorChainModifierConstructorDescriptionDefaultCommandBusInterceptorChain(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