public class DefaultBusService extends Object implements BusService
KillbillService.ServiceException| Modifier and Type | Field and Description |
|---|---|
static String |
EVENT_BUS_SERVICE |
| Constructor and Description |
|---|
DefaultBusService(org.killbill.bus.api.PersistentBus eventBus) |
| Modifier and Type | Method and Description |
|---|---|
org.killbill.bus.api.PersistentBus |
getBus() |
String |
getName() |
void |
startBus() |
void |
stopBus() |
public static final String EVENT_BUS_SERVICE
@Inject public DefaultBusService(org.killbill.bus.api.PersistentBus eventBus)
public String getName()
getName in interface KillbillServicepublic void startBus()
public void stopBus()
public org.killbill.bus.api.PersistentBus getBus()
getBus in interface BusServiceCopyright © 2010-2017. All Rights Reserved.