public interface SynapseObserver
Modifier and Type | Method and Description |
---|---|
void |
apiAdded(API api)
Event fired when a api is added to the configuration
|
void |
apiRemoved(API api)
Event fired when a API is removed from the configuration
|
void |
apiUpdated(API api)
Event fired when a API is updated in the configuration
|
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 |
inboundEndpointAdded(InboundEndpoint inboundEndpoint)
Event fired when a Inbound Endpoint is added to the configuration
|
void |
inboundEndpointRemoved(InboundEndpoint inboundEndpoint)
Event fired when a Inbound Endpoint is removed to the configuration
|
void |
inboundEndpointUpdated(InboundEndpoint inboundEndpoint)
Event fired when a Inbound Endpoint is updated in the configuration
|
void |
priorityExecutorAdded(org.apache.synapse.commons.executors.PriorityExecutor exec)
Event fired when a priority executor is added to the configuration
|
void |
priorityExecutorRemoved(org.apache.synapse.commons.executors.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 apiAdded(API api)
api
- the API added to the configurationvoid apiRemoved(API api)
api
- the API removed from the configurationvoid apiUpdated(API api)
api
- the API updated in the configurationvoid inboundEndpointAdded(InboundEndpoint inboundEndpoint)
inboundEndpoint
- the Inbound Endpoint added to the configurationvoid inboundEndpointRemoved(InboundEndpoint inboundEndpoint)
inboundEndpoint
- the Inbound Endpoint removed to the configurationvoid inboundEndpointUpdated(InboundEndpoint inboundEndpoint)
inboundEndpoint
- the Inbound Endpoint updated in 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(org.apache.synapse.commons.executors.PriorityExecutor exec)
exec
- the PriorityExecutor added to the configurationvoid priorityExecutorRemoved(org.apache.synapse.commons.executors.PriorityExecutor exec)
exec
- the PriorityExecutor removed from the configurationCopyright © 2005–2019 Apache Software Foundation. All rights reserved.