org.mule.service
Interface Pausable

All Known Implementing Classes:
LaxSedaStageInterceptingMessageProcessor, SedaStageInterceptingMessageProcessor

public interface Pausable

Adds a pause lifecycle method to an object. This should only be used with Resumable


Field Summary
static String PHASE_NAME
           
 
Method Summary
 void pause()
           
 

Field Detail

PHASE_NAME

static final String PHASE_NAME
See Also:
Constant Field Values
Method Detail

pause

void pause()
           throws MuleException
Throws:
MuleException


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.