| Package | Description |
|---|---|
| net.engio.mbassy.bus | |
| net.engio.mbassy.bus.config |
| Constructor and Description |
|---|
AbstractPubSubSupport(IBusConfiguration configuration) |
MBassador(IBusConfiguration configuration) |
SyncMessageBus(IBusConfiguration configuration) |
| Modifier and Type | Class and Description |
|---|---|
class |
BusConfiguration
The bus configuration holds various parameters that can be used to customize the bus' runtime behaviour.
|
| Modifier and Type | Method and Description |
|---|---|
IBusConfiguration |
BusConfiguration.addConfigurationErrorHandler(ConfigurationErrorHandler handler) |
IBusConfiguration |
IBusConfiguration.addConfigurationErrorHandler(ConfigurationErrorHandler handler)
Add a handler that is called when a misconfiguration is detected.
|
IBusConfiguration |
BusConfiguration.addFeature(Feature feature) |
IBusConfiguration |
IBusConfiguration.addFeature(Feature feature)
Add a feature to the given configuration, replacing any existing feature of the same type.
|
IBusConfiguration |
BusConfiguration.setProperty(String name,
Object value) |
IBusConfiguration |
IBusConfiguration.setProperty(String name,
Object value)
Set a property which will be read by the message bus constructor.
|
Copyright © 2015. All rights reserved.