Uses of Package
com.iohao.net.extension.domain
Packages that use com.iohao.net.extension.domain
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.
-
Classes in com.iohao.net.extension.domain used by com.iohao.net.extension.domainClassDescriptionEvent subscription sends
CommonEventtoRingBufferPublishes domain events into the configured disruptor pipeline.Interface for building DisruptorInterface for domain event consumption, receives a domain eventConfiguration holder for domain-event disruptor creation and handler registration.Domain event interface - source event sourceDomain message topic -
Classes in com.iohao.net.extension.domain used by com.iohao.net.extension.room.operationClassDescriptionInterface for domain event consumption, receives a domain eventDomain event interface - source event sourceBusiness interface for domain events (Event Object)Domain message topic