public interface BusCreationListener
Bus
objects are created.
It's a simplified form of BusLifeCycleListener that takes the
target Bus as a parameter which is appropriate if the listener needs
to be a singleton that works with multiple Bus objects.
A common pattern would be to register a full BusLifeCycleListener on the
target Bus to receive full Bus eventsModifier and Type | Method and Description |
---|---|
void |
busCreated(Bus b)
Invoked to create a BusLifeCycleListener.
|
void busCreated(Bus b)
Apache CXF