Uses of Interface
dk.cloudcreate.essentials.reactive.command.CommandBus
Packages that use CommandBus
-
Uses of CommandBus in dk.cloudcreate.essentials.reactive.command
Classes in dk.cloudcreate.essentials.reactive.command that implement CommandBusModifier and TypeClassDescriptionclassBase implementation of theCommandBus- provides default implementation for all operations except forsendAndDontWait(Object)/sendAndDontWait(Object, Duration)classProvides 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 CommandBusModifier and TypeMethodDescriptionAbstractCommandBus.addCommandHandler(CommandHandler commandHandler) CommandBus.addCommandHandler(CommandHandler commandHandler) Add a new command handler.AbstractCommandBus.addInterceptor(CommandBusInterceptor interceptor) CommandBus.addInterceptor(CommandBusInterceptor interceptor) Add a new interceptordefault CommandBusCommandBus.addInterceptors(List<CommandBusInterceptor> interceptors) Add new interceptorsAbstractCommandBus.removeCommandHandler(CommandHandler commandHandler) CommandBus.removeCommandHandler(CommandHandler commandHandler) Remove a command handler.AbstractCommandBus.removeInterceptor(CommandBusInterceptor interceptor) CommandBus.removeInterceptor(CommandBusInterceptor interceptor) Remove an interceptor