Package | Description |
---|---|
net.engio.mbassy.bus | |
net.engio.mbassy.bus.config |
Constructor and Description |
---|
AbstractPubSubSupport(BusConfiguration configuration) |
MBassador(BusConfiguration configuration)
Construct with fully specified configuration
|
SyncMessageBus(BusConfiguration configuration)
Construct with fully specified configuration
|
Modifier and Type | Method and Description |
---|---|
BusConfiguration |
BusConfiguration.addFeature(Feature feature)
Add a feature to the given configuration, replacing any existing feature of the same type.
|
BusConfiguration |
BusConfiguration.addPublicationErrorHandler(IPublicationErrorHandler handler)
Add a handler that will be called whenever a publication error occurs.
|
BusConfiguration |
BusConfiguration.setProperty(String name,
Object value)
Set a property which will be read by the message bus constructor.
|
Copyright © 2018. All rights reserved.