Constructor and Description |
---|
OnCompletionRouteNode() |
Modifier and Type | Method and Description |
---|---|
String |
getLabel(Exchange exchange)
Gets a label about this node to be used for tracing or tooling etc.
|
Processor |
getProcessor()
Gets the actual processor this node represents.
|
ProcessorDefinition<?> |
getProcessorDefinition()
Gets the model definition that represents this node
|
boolean |
isAbstract()
Whether this node is abstract (no real processor under the cover).
|
String |
toString() |
public Processor getProcessor()
RouteNode
getProcessor
in interface RouteNode
public ProcessorDefinition<?> getProcessorDefinition()
RouteNode
getProcessorDefinition
in interface RouteNode
public String getLabel(Exchange exchange)
RouteNode
public boolean isAbstract()
RouteNode
isAbstract
in interface RouteNode
Apache Camel