public interface Stoppable
Stoppable is a lifecycle interfaqce 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 © 2003–2015 MuleSoft, Inc.. All rights reserved.