org.mule.service
Interface Resumable

All Known Implementing Classes:
LaxSedaStageInterceptingMessageProcessor, SedaStageInterceptingMessageProcessor

public interface Resumable

Adds a resume lifecycle method to an object. This should only be used with Pausable


Field Summary
static String PHASE_NAME
           
 
Method Summary
 void resume()
           
 

Field Detail

PHASE_NAME

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

resume

void resume()
            throws MuleException
Throws:
MuleException


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