Search Java Classes and Packages
Search Java Frameworks and Libraries
#Com.google.common.eventbus Classes and Interfaces - 7 results found.
| Name | Description | Type | Package | Framework |
| AllowConcurrentEvents | Marks an event subscriber method as being thread-safe. | Class | com.google.common.eventbus | Google Guava |
|
| AsyncEventBus | An EventBus that takes the Executor of your choice and uses it to dispatch events, allowing dispatch to occur asynchronously. | Class | com.google.common.eventbus | Google Guava |
|
| DeadEvent | Wraps an event that was posted, but which had no subscribers and thus could Registering a DeadEvent subscriber is useful for debugging or logging, as | Class | com.google.common.eventbus | Google Guava |
|
| EventBus | Dispatches events to listeners, and provides ways for listeners to register The EventBus allows publish-subscribe-style communication between | Class | com.google.common.eventbus | Google Guava |
|
| Subscribe | Marks a method as an event subscriber. | Class | com.google.common.eventbus | Google Guava |
|
| SubscriberExceptionContext | Context for an exception thrown by a subscriber. | Class | com.google.common.eventbus | Google Guava |
|
| SubscriberExceptionHandler | Handler for exceptions thrown by event subscribers. | Interface | com.google.common.eventbus | Google Guava |