public class JobSchedulerEventBus
extends com.google.common.eventbus.EventBus
| Constructor and Description |
|---|
JobSchedulerEventBus(String name,
com.codahale.metrics.MetricRegistry metricRegistry) |
| Modifier and Type | Method and Description |
|---|---|
void |
post(Object event) |
void |
register(Object object) |
void |
unregister(Object object) |
public JobSchedulerEventBus(String name, com.codahale.metrics.MetricRegistry metricRegistry)
public void register(Object object)
register in class com.google.common.eventbus.EventBuspublic void unregister(Object object)
unregister in class com.google.common.eventbus.EventBuspublic void post(Object event)
post in class com.google.common.eventbus.EventBusCopyright © 2012–2021 Graylog, Inc.. All rights reserved.