Package io.dialob.client.spi.event
Interface EventPublisher
-
public interface EventPublisher
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceEventPublisher.Event
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpublish(EventPublisher.Event event)
-
-
-
Method Detail
-
publish
void publish(@Nonnull EventPublisher.Event event)
-
-