Uses of Interface
io.vertigo.commons.eventbus.Event
-
Packages that use Event Package Description io.vertigo.commons.eventbus io.vertigo.commons.eventbus.definitions io.vertigo.commons.impl.eventbus -
-
Uses of Event in io.vertigo.commons.eventbus
Methods in io.vertigo.commons.eventbus with parameters of type Event Modifier and Type Method Description void
EventBusManager. post(Event event)
Posts an event.Method parameters in io.vertigo.commons.eventbus with type arguments of type Event Modifier and Type Method Description void
EventBusManager. registerDead(Consumer<Event> eventConsumer)
Registers a dead event consumer. -
Uses of Event in io.vertigo.commons.eventbus.definitions
Classes in io.vertigo.commons.eventbus.definitions with type parameters of type Event Modifier and Type Class Description class
EventBusSubscriptionDefinition<E extends Event>
This defintion defines a subscripter in the eventbus pattern.Methods in io.vertigo.commons.eventbus.definitions with parameters of type Event Modifier and Type Method Description boolean
EventBusSubscriptionDefinition. match(Event event)
Return if an event matches the event type of the actual subscription -
Uses of Event in io.vertigo.commons.impl.eventbus
Methods in io.vertigo.commons.impl.eventbus with parameters of type Event Modifier and Type Method Description void
EventBusManagerImpl. post(Event event)
Posts an event.Method parameters in io.vertigo.commons.impl.eventbus with type arguments of type Event Modifier and Type Method Description void
EventBusManagerImpl. registerDead(Consumer<Event> eventConsumer)
Registers a dead event consumer.
-