public interface SynapseObserver
Modifier and Type | Method and Description |
---|---|
void |
endpointAdded(Endpoint endpoint)
Event fired when an endpoint is added to the configuration
|
void |
endpointRemoved(Endpoint endpoint)
Event fired when an endpoint is removed from the configuration
|
void |
entryAdded(Entry entry)
Event fired when an entry is added to the configuration
|
void |
entryRemoved(Entry entry)
Event fired when an entry is removed from the configuration
|
void |
eventSourceAdded(SynapseEventSource eventSource)
Event fired when an event source is added to the configuration
|
void |
eventSourceRemoved(SynapseEventSource eventSource)
Event fired when an event source is removed from the configuration
|
void |
priorityExecutorAdded(PriorityExecutor exec)
Event fired when a priority executor is added to the configuration
|
void |
priorityExecutorRemoved(PriorityExecutor exec)
Event fired when a priority executor is removed from the configuration
|
void |
proxyServiceAdded(ProxyService proxy)
Event fired when a proxy service is added to the configuration
|
void |
proxyServiceRemoved(ProxyService proxy)
Event fired when a proxy service is removed from the configuration
|
void |
sequenceAdded(Mediator sequence)
Event fired when a new sequence is added to the configuration
|
void |
sequenceRemoved(Mediator sequence)
Event fired when an existing sequence is removed from the configuration
|
void |
sequenceTemplateAdded(Mediator template)
Event fired when a new sequence template is added to the configuration
|
void |
sequenceTemplateRemoved(Mediator template)
Event fired when an existing sequence template is removed from the configuration
|
void |
startupAdded(Startup startup)
Event fired when a startup is added to the configuration
|
void |
startupRemoved(Startup startup)
Event fired when a startup is removed from the configuration
|
void sequenceAdded(Mediator sequence)
sequence
- the Sequence mediator added to the configurationvoid sequenceRemoved(Mediator sequence)
sequence
- the Sequence removed from the configurationvoid sequenceTemplateAdded(Mediator template)
template
- the Sequence mediator added to the configurationvoid sequenceTemplateRemoved(Mediator template)
template
- the Sequence removed from the configurationvoid entryAdded(Entry entry)
entry
- the Entry added to the configurationvoid entryRemoved(Entry entry)
entry
- the Entry removed from the configurationvoid endpointAdded(Endpoint endpoint)
endpoint
- the Endpoint added to the configurationvoid endpointRemoved(Endpoint endpoint)
endpoint
- the Endpoint removed from the configurationvoid proxyServiceAdded(ProxyService proxy)
proxy
- the ProxyService added to the configurationvoid proxyServiceRemoved(ProxyService proxy)
proxy
- the ProxyService removed from the configurationvoid startupAdded(Startup startup)
startup
- the Startup added to the configurationvoid startupRemoved(Startup startup)
startup
- the Startup removed from the configurationvoid eventSourceAdded(SynapseEventSource eventSource)
eventSource
- the SynapseEventSource added to the configurationvoid eventSourceRemoved(SynapseEventSource eventSource)
eventSource
- the SynapseEventSource removed from the configurationvoid priorityExecutorAdded(PriorityExecutor exec)
exec
- the PriorityExecutor added to the configurationvoid priorityExecutorRemoved(PriorityExecutor exec)
exec
- the PriorityExecutor removed from the configurationCopyright © 2005-2017 Apache Software Foundation. All Rights Reserved.