Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.google.common.eventbus Classes and Interfaces - 7 results found.
NameDescriptionTypePackageFramework
AllowConcurrentEventsMarks an event subscriber method as being thread-safe.Classcom.google.common.eventbusGoogle Guava
AsyncEventBusAn EventBus that takes the Executor of your choice and uses it to dispatch events, allowing dispatch to occur asynchronously.Classcom.google.common.eventbusGoogle Guava
DeadEventWraps an event that was posted, but which had no subscribers and thus could Registering a DeadEvent subscriber is useful for debugging or logging, asClasscom.google.common.eventbusGoogle Guava
EventBusDispatches events to listeners, and provides ways for listeners to register The EventBus allows publish-subscribe-style communication betweenClasscom.google.common.eventbusGoogle Guava
SubscribeMarks a method as an event subscriber.Classcom.google.common.eventbusGoogle Guava
SubscriberExceptionContextContext for an exception thrown by a subscriber.Classcom.google.common.eventbusGoogle Guava
SubscriberExceptionHandlerHandler for exceptions thrown by event subscribers.Interfacecom.google.common.eventbusGoogle Guava