public interface Stoppable
Stoppable is a lifecycle interface that introduces a stop() method to an object.
This lifecycle interface should always be implemented with its opposite lifecycle interface
Stoppable.Startable| Modifier and Type | Field and Description |
|---|---|
static String |
PHASE_NAME |
| Modifier and Type | Method and Description |
|---|---|
void |
stop() |
static final String PHASE_NAME
void stop() throws MuleException
MuleExceptionCopyright © 2017 MuleSoft, Inc.. All rights reserved.