Uses of Interface
com.iohao.net.extension.domain.DomainEventSource
Packages that use DomainEventSource
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 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 TypeMethodDescriptionvoidDomainEventPublish.send(DomainEventSource domainSource) 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 DomainEventSource