Package org.apache.camel.model
Interface OutputNode
- All Known Implementing Classes:
AdviceWithDefinition,AggregateDefinition,BasicOutputExpressionNode,CatchDefinition,CircuitBreakerDefinition,FilterDefinition,FinallyDefinition,IdempotentConsumerDefinition,InterceptDefinition,InterceptFromDefinition,InterceptSendToEndpointDefinition,KameletDefinition,LoadBalanceDefinition,LoopDefinition,MulticastDefinition,OnCompletionDefinition,OnExceptionDefinition,OnFallbackDefinition,OtherwiseDefinition,OutputDefinition,OutputExpressionNode,PipelineDefinition,PolicyDefinition,ResequenceDefinition,RouteDefinition,SagaDefinition,SplitDefinition,StepDefinition,TransactedDefinition,TryDefinition,WhenDefinition
public interface OutputNode
Marker interface to mark a
ProcessorDefinition that supports outputs-
Method Summary
-
Method Details
-
getOutputs
List<ProcessorDefinition<?>> getOutputs()Gets the outputs
-