Uses of Interface
com.iohao.net.extension.domain.Topic
Packages that use Topic
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 Topic in com.iohao.net.extension.domain
Subinterfaces of Topic in com.iohao.net.extension.domainModifier and TypeInterfaceDescriptioninterfaceDomain event interface - source event sourceinterfaceBusiness interface for domain events (Event Object) -
Uses of Topic in com.iohao.net.extension.room.operation
Classes in com.iohao.net.extension.room.operation that implement TopicModifier and TypeClassDescriptionclassRoom gameplay operation execution context and domain-event payload.