org.oddjob.beanbus
Interface BusService
- All Superinterfaces:
- Services
- All Known Implementing Classes:
- SimpleBusService
public interface BusService
- extends Services
Provide a service for buses. The interaction with the bus
service is the BusConductor
.
- Author:
- rob
BEAN_BUS_SERVICE_NAME
static final String BEAN_BUS_SERVICE_NAME
- See Also:
- Constant Field Values
getService
BusConductor getService(String serviceName)
- Description copied from interface:
Services
- Provide the service for the given name.
- Specified by:
getService
in interface Services
- Returns:
- A service for the name.