public interface IAepWatcher
| Modifier and Type | Method and Description |
|---|---|
void |
onBusBindingCreated(String busName)
Notifies that an AEP engine has bound to a messaging bus.
|
void |
onBusBindingDestroyed(String busName)
Notifies that an AEP engine's bus binding has been destroyed (torn down).
|
void |
onBusBindingFailed(String busName,
String cause)
Notifies that an AEP engine's bus binding has failed.
|
void |
onBusBindingOpened(String busName)
Notifies that an AEP engine's bus binding is open and operational.
|
void |
onBusBindingOpening(String busName)
Notifies that an AEP engine is opening a bus binding.
|
void |
onChannelClosed(String busName,
String channelName)
Notifies that a bus channel has been closed.
|
void |
onChannelOpened(String busName,
String channelName,
boolean joined)
Notifies that a bus channel has been opened.
|
void |
onClientConnected(String clientName)
Notifies that a 'server' client has connected.
|
void |
onClientDisconnected(String clientName)
Notifies that a 'server' client has disconnected.
|
void |
onEngineActive()
Notifies that the AEP engine has gone active.
|
void |
onEngineStarted()
Notifies that the AEP engine has been started.
|
void |
onEngineStopped()
Notifies that an AEP engine has been stopped.
|
void |
onFlowCreated(int flowid)
Notifies that the AEP engine has created a new flow.
|
void onEngineStarted()
void onEngineActive()
This method is invoked when an engine goes active i.e. is the primary engine in its cluster.
void onBusBindingCreated(String busName)
busName - The name of the bus bound to.void onBusBindingOpening(String busName)
busName - The name of the bus bound to.void onBusBindingOpened(String busName)
busName - The name of the bus bound to.void onBusBindingFailed(String busName, String cause)
busName - The name of the bus bound to.cause - A string containing a description of the cause of failure.void onBusBindingDestroyed(String busName)
busName - The name of the bus bound to.void onChannelOpened(String busName, String channelName, boolean joined)
busName - The name of the bus containing the channel.channelName - The name of the channel.joined - Indicates whether the channel was joined or not.void onChannelClosed(String busName, String channelName)
busName - The name of the bus containing the channel.channelName - The name of the channel.void onClientConnected(String clientName)
clientName - The name of the connected client.void onClientDisconnected(String clientName)
clientName - The name of the disconnected client.void onFlowCreated(int flowid)
flowid - The flow id.void onEngineStopped()
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.