public interface EventBus
Modifier and Type | Method and Description |
---|---|
Flux<Event> |
get()
Subscribe to the event bus and
Event s. |
void |
publish(Event event)
Publish a
Event to the bus. |
Copyright © 2019 lettuce.io. All rights reserved.