| Interface | Description |
|---|---|
| ThreadEnforcer |
Enforces a thread confinement policy for methods on a particular event bus.
|
| Class | Description |
|---|---|
| Bus |
Dispatches events to listeners, and provides ways for listeners to register themselves.
|
| DeadEvent |
Wraps an event that was posted, but which had no subscribers and thus could not be delivered.
|
| Annotation Type | Description |
|---|---|
| Produce |
Marks a method as an instance producer, as used by
AnnotatedHandlerFinder and Bus. |
| Subscribe |
Marks a method as an event handler, as used by
AnnotatedHandlerFinder and Bus. |
Copyright © 2015 Square, Inc.. All Rights Reserved.