Uses of Interface
com.iohao.net.extension.domain.DomainEventHandler
Packages that use DomainEventHandler
Package
Description
Provides domain-event infrastructure based on Disruptor for implementing asynchronous event-driven
workflows, similar in spirit to Guava EventBus or Spring `ApplicationEvent`.
Provides gameplay-operation extension points and handlers for room-based games, including
strategy/flyweight style operation dispatch.
-
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 classDomain-event handler that executes room operation contexts and reports user-facing exceptions.