Uses of Class
com.iohao.net.extension.domain.CommonEvent
Packages that use CommonEvent
Package
Description
Extension module - domain-event - which can implement various advanced operations for your system, such as Guava-EventBus, Spring event-driven model ApplicationEvent.
-
Uses of CommonEvent in com.iohao.net.extension.domain
Methods in com.iohao.net.extension.domain that return types with arguments of type CommonEventModifier and TypeMethodDescriptioncom.lmax.disruptor.dsl.Disruptor<CommonEvent> DisruptorManager.getDisruptor(Class<?> topic) Get the Disruptor corresponding to the domain message topicCollection<com.lmax.disruptor.dsl.Disruptor<CommonEvent>> DisruptorManager.listDisruptor()Get all Disruptorcom.lmax.disruptor.dsl.Disruptor<CommonEvent> DisruptorCreator.ofDisruptor(Class<?> topic, DomainEventSetting setting) Create Disruptor based on topicMethod parameters in com.iohao.net.extension.domain with type arguments of type CommonEventModifier and TypeMethodDescriptionvoidDisruptorManager.forEach(Consumer<com.lmax.disruptor.dsl.Disruptor<CommonEvent>> action) voidDisruptorManager.put(Class<?> topic, com.lmax.disruptor.dsl.Disruptor<CommonEvent> disruptor)