public class SWFWorkflowConsumer
extends org.apache.camel.impl.DefaultConsumer
Constructor and Description |
---|
SWFWorkflowConsumer(SWFEndpoint endpoint,
org.apache.camel.Processor processor,
SWFConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
protected void |
doStart() |
protected void |
doStop() |
Object |
getWorkflowState(Object parameters) |
Object |
processWorkflow(Object[] parameters,
long startTime,
boolean replaying) |
void |
signalRecieved(Object[] parameters) |
String |
toString() |
createUoW, doneUoW, getAsyncProcessor, getEndpoint, getExceptionHandler, getProcessor, getRoute, handleException, handleException, setExceptionHandler, setRoute
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend
public SWFWorkflowConsumer(SWFEndpoint endpoint, org.apache.camel.Processor processor, SWFConfiguration configuration)
public Object processWorkflow(Object[] parameters, long startTime, boolean replaying) throws Exception
Exception
public Object getWorkflowState(Object parameters) throws Exception
Exception
protected void doStart() throws Exception
doStart
in class org.apache.camel.impl.DefaultConsumer
Exception
protected void doStop() throws Exception
doStop
in class org.apache.camel.impl.DefaultConsumer
Exception
public String toString()
toString
in class org.apache.camel.impl.DefaultConsumer
Apache Camel