Uses of Interface
com.iohao.net.extension.domain.DomainEventSource
Packages that use DomainEventSource
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 DomainEventSource in com.iohao.net.extension.domain
Subinterfaces of DomainEventSource in com.iohao.net.extension.domainModifier and TypeInterfaceDescriptioninterfaceBusiness interface for domain events (Event Object)Methods in com.iohao.net.extension.domain with parameters of type DomainEventSourceModifier and TypeMethodDescriptionstatic voidDomainEventPublish.send(DomainEventSource domainSource) Publishes a typedDomainEventSource.voidCommonEvent.setDomainEventSource(DomainEventSource domainEventSource) Set the domain event source -
Uses of DomainEventSource in com.iohao.net.extension.room.operation
Classes in com.iohao.net.extension.room.operation that implement DomainEventSourceModifier and TypeClassDescriptionclassRoom gameplay operation execution context and domain-event payload.