Uses of Interface
com.iohao.net.extension.domain.DomainEventHandler
Packages that use DomainEventHandler
Package
Description
Extension module - domain-event - which can implement various advanced operations for your system, such as Guava-EventBus, Spring event-driven model ApplicationEvent.
Extension Module - Board Games, Room-Based Games - Extension of Gameplay Operations within a Room.
-
Uses of DomainEventHandler in com.iohao.net.extension.domain
Methods in com.iohao.net.extension.domain with parameters of type DomainEventHandlerModifier and TypeMethodDescriptionvoidDomainEventSetting.addEventHandler(DomainEventHandler<?> domainEventHandler) Add domain event handler, topic defaults to the T type of the interface implementation -
Uses of DomainEventHandler in com.iohao.net.extension.room.operation
Classes in com.iohao.net.extension.room.operation that implement DomainEventHandlerModifier and TypeClassDescriptionfinal classOperationContextEventHandler