public final class EventBusManager extends Object
EventBus manager.| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_NAME
Default
EventBus name. |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.eventbus.EventBus |
getEventBus()
Get default
EventBus. |
static com.google.common.eventbus.EventBus |
getEventBus(String name)
Get
EventBus instance for given name. |
static void |
tearDown()
Tear down
LuceneStoreManager state. |
public static final String DEFAULT_NAME
EventBus name.public static com.google.common.eventbus.EventBus getEventBus()
EventBus.EventBuspublic static com.google.common.eventbus.EventBus getEventBus(String name)
EventBus instance for given name.name - nameEventBuspublic static void tearDown()
LuceneStoreManager state.Copyright © 2013–2019 BB Corp. All rights reserved.