on<T extends AppEvent> abstract method

Stream<T> on<T extends AppEvent>()

Subscribe EventBus on a specific type of event, and register responder to it.

Implementation

Stream<T> on<T extends AppEvent>();