public class ClusterEventBus
extends com.google.common.eventbus.AsyncEventBus
Constructor and Description |
---|
ClusterEventBus() |
ClusterEventBus(Executor executor) |
ClusterEventBus(Executor executor,
com.google.common.eventbus.SubscriberExceptionHandler subscriberExceptionHandler) |
ClusterEventBus(String identifier,
Executor executor) |
Modifier and Type | Method and Description |
---|---|
void |
register(Object object) |
void |
registerClusterEventSubscriber(Object object)
Only use this if you maintain the cluster event bus! Use regular EventBus to receive cluster event updates.
|
public ClusterEventBus()
public ClusterEventBus(Executor executor)
public ClusterEventBus(Executor executor, com.google.common.eventbus.SubscriberExceptionHandler subscriberExceptionHandler)
public void register(Object object)
register
in class com.google.common.eventbus.EventBus
public void registerClusterEventSubscriber(Object object)
object
- Copyright © 2012–2018 Graylog, Inc.. All rights reserved.