public class StepProcessor extends Pipeline
Constructor and Description |
---|
StepProcessor(org.apache.camel.CamelContext camelContext,
Collection<org.apache.camel.Processor> processors,
String stepId) |
Modifier and Type | Method and Description |
---|---|
String |
getTraceLabel() |
static org.apache.camel.Processor |
newInstance(org.apache.camel.CamelContext camelContext,
List<org.apache.camel.Processor> processors,
String stepId) |
boolean |
process(org.apache.camel.Exchange exchange,
org.apache.camel.AsyncCallback callback) |
doStart, doStop, getId, getRouteId, hasNext, newInstance, newInstance, next, setId, setRouteId, toString
build, doBuild, doFail, doInit, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public StepProcessor(org.apache.camel.CamelContext camelContext, Collection<org.apache.camel.Processor> processors, String stepId)
public static org.apache.camel.Processor newInstance(org.apache.camel.CamelContext camelContext, List<org.apache.camel.Processor> processors, String stepId)
public boolean process(org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback)
public String getTraceLabel()
getTraceLabel
in interface org.apache.camel.Traceable
getTraceLabel
in class Pipeline
Apache Camel