public interface ExtendedSynapseHandler extends SynapseHandler
Modifier and Type | Method and Description |
---|---|
boolean |
handleArtifactDeployment(java.lang.String artifactName,
java.lang.String artifactType,
java.lang.String startTime)
Handle artifact deployment.
|
boolean |
handleArtifactUnDeployment(java.lang.String artifactName,
java.lang.String artifactType,
java.lang.String unDeployTime)
Handle artifact undeployment.
|
boolean |
handleError(MessageContext synCtx)
Handle error requests coming to the synapse engine.
|
boolean |
handleServerInit()
Handle server startup.
|
boolean |
handleServerShutDown()
Handle server shut down.
|
addProperty, getName, getProperties, handleRequestInFlow, handleRequestOutFlow, handleResponseInFlow, handleResponseOutFlow, setName
boolean handleServerInit()
boolean handleServerShutDown()
boolean handleArtifactDeployment(java.lang.String artifactName, java.lang.String artifactType, java.lang.String startTime)
artifactName
- name of the artifact deployedartifactType
- type of the artifact deployedstartTime
- artifact deployed timeboolean handleArtifactUnDeployment(java.lang.String artifactName, java.lang.String artifactType, java.lang.String unDeployTime)
artifactName
- name of the artifact deployedartifactType
- type of the artifact deployedunDeployTime
- artifact undeployment timeboolean handleError(MessageContext synCtx)
synCtx
- outgoing response message contextCopyright © 2005-2020 Apache Software Foundation. All Rights Reserved.