Uses of Interface
dk.cloudcreate.essentials.reactive.command.CommandBus
-
Packages that use CommandBus Package Description dk.cloudcreate.essentials.reactive.command -
-
Uses of CommandBus in dk.cloudcreate.essentials.reactive.command
Classes in dk.cloudcreate.essentials.reactive.command that implement CommandBus Modifier and Type Class Description classAbstractCommandBusBase implementation of theCommandBus- provides default implementation for all operations except forsendAndDontWait(Object)/sendAndDontWait(Object, Duration)classLocalCommandBusProvides a JVM local and non-durable, in regard toLocalCommandBus.sendAndDontWait(Object)/LocalCommandBus.sendAndDontWait(Object, Duration)), variant of theCommandBusconceptMethods in dk.cloudcreate.essentials.reactive.command that return CommandBus Modifier and Type Method Description CommandBusAbstractCommandBus. addCommandHandler(CommandHandler commandHandler)CommandBusCommandBus. addCommandHandler(CommandHandler commandHandler)Add a new command handler.CommandBusAbstractCommandBus. addInterceptor(CommandBusInterceptor interceptor)CommandBusCommandBus. addInterceptor(CommandBusInterceptor interceptor)Add a new interceptorCommandBusAbstractCommandBus. removeCommandHandler(CommandHandler commandHandler)CommandBusCommandBus. removeCommandHandler(CommandHandler commandHandler)Remove a command handler.CommandBusAbstractCommandBus. removeInterceptor(CommandBusInterceptor interceptor)CommandBusCommandBus. removeInterceptor(CommandBusInterceptor interceptor)Remove an interceptor
-