Uses of Interface
dk.cloudcreate.essentials.reactive.command.interceptor.CommandBusInterceptorChain
-
Packages that use CommandBusInterceptorChain Package Description dk.cloudcreate.essentials.reactive.command.interceptor -
-
Uses of CommandBusInterceptorChain in dk.cloudcreate.essentials.reactive.command.interceptor
Classes in dk.cloudcreate.essentials.reactive.command.interceptor that implement CommandBusInterceptorChain Modifier and Type Class Description static classCommandBusInterceptorChain.DefaultCommandBusInterceptorChainDefault implementation for theCommandBusInterceptorChain.Methods in dk.cloudcreate.essentials.reactive.command.interceptor that return CommandBusInterceptorChain 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 CommandMethods in dk.cloudcreate.essentials.reactive.command.interceptor with parameters of type CommandBusInterceptorChain Modifier and Type Method Description default 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 CommandBusInterceptorChain 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 CommandConstructor parameters in dk.cloudcreate.essentials.reactive.command.interceptor with type arguments of type CommandBusInterceptorChain 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 Command
-