public interface ManagedLifecycle
Modifier and Type | Method and Description |
---|---|
void |
destroy()
This method should implement the destroying of the
implemented parts of the configuration.
|
void |
init(SynapseEnvironment se)
This method should implement the initialization of the
implemented parts of the configuration.
|
void init(SynapseEnvironment se)
se
- SynapseEnvironment to be used for initializationvoid destroy()
Copyright © 2005–2020 Apache Software Foundation. All rights reserved.