Package dk.cloudcreate.essentials.reactive.spring
-
Class Summary Class Description ReactiveHandlersBeanPostProcessor When using Spring or Spring Boot it will be easier to register theLocalEventBus,LocalCommandBus,CommandHandlerandEventHandlerinstances as @Bean or @Component and automatically have theCommandHandlerbeans registered as with the singleLocalCommandBusbean and theEventHandlerbeans registered as subscribers with the singleLocalEventBusbean. -
Annotation Types Summary Annotation Type Description AsyncEventHandler Annotate anEventHandler/AnnotatedEventHandlerwith this annotation to have theEventHandlerbe registered as an asynchronous event-handler with the defaultLocalEventBus(default is registering them as a synchronous event handler).