Interface and Description |
---|
Bus
Basic unit of event handling in Reactor.
|
Consumer
Implementations accept a given value and perform work on the argument.
|
Registration
|
Selector
A Selector is a wrapper around an arbitrary object.
|
Subscription
|
Trait and Description |
---|
AsyncController
@author Jeff Brown
|
Events
Bridges the OLD API to the new
|
Service
A trait implemented for services that implement events
|
Class and Description |
---|
Event
|
EventBus
|
Annotation Type and Description |
---|
Consumer
@deprecated No longer necessary, remove from your class
|
Selector
@deprecated Use Subscriber instead
|