Uses of Class
org.apache.camel.model.ProcessorDefinition
-
Packages that use ProcessorDefinition Package Description org.apache.camel.builder org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules.org.apache.camel.model.cloud The JAXB POJOs for the remote service call DSL -
-
Uses of ProcessorDefinition in org.apache.camel.builder
Classes in org.apache.camel.builder with type parameters of type ProcessorDefinition Modifier and Type Class Description classAdviceWithBuilder<T extends ProcessorDefinition<?>>A builder when using the advice with feature.classDataFormatClause<T extends ProcessorDefinition<?>>An expression for constructing the different possibleDataFormatoptions.classEnrichClause<T extends ProcessorDefinition<?>>Methods in org.apache.camel.builder with type parameters of type ProcessorDefinition Modifier and Type Method Description <T extends ProcessorDefinition<?>>
ProcessorDefinition<?>AdviceWithRouteBuilder. weaveAddFirst()Weaves by adding the nodes to the start of the route (excl onException etc).<T extends ProcessorDefinition<?>>
ProcessorDefinition<?>AdviceWithRouteBuilder. weaveAddLast()Weaves by adding the nodes to the end of the route (excl onException etc).<T extends ProcessorDefinition<?>>
AdviceWithBuilder<T>AdviceWithRouteBuilder. weaveById(String pattern)Weaves by matching id of the nodes in the route (incl onException etc).<T extends ProcessorDefinition<?>>
AdviceWithBuilder<T>AdviceWithRouteBuilder. weaveByToString(String pattern)Weaves by matching the to string representation of the nodes in the route (incl onException etc).<T extends ProcessorDefinition<?>>
AdviceWithBuilder<T>AdviceWithRouteBuilder. weaveByToUri(String pattern)Weaves by matching sending to endpoints with the given uri of the nodes in the route (incl onException etc).<T extends ProcessorDefinition<?>>
AdviceWithBuilder<T>AdviceWithRouteBuilder. weaveByType(Class<T> type)Weaves by matching type of the nodes in the route (incl onException etc).Methods in org.apache.camel.builder that return ProcessorDefinition Modifier and Type Method Description ProcessorDefinition<?>AdviceWithBuilder. after()Insert the following node(s) after the matched node(s)ProcessorDefinition<?>AdviceWithBuilder. before()Insert the following node(s) before the matched node(s)ProcessorDefinition<?>AdviceWithBuilder. replace()Replaces the matched node(s) with the following nodes.<T extends ProcessorDefinition<?>>
ProcessorDefinition<?>AdviceWithRouteBuilder. weaveAddFirst()Weaves by adding the nodes to the start of the route (excl onException etc).<T extends ProcessorDefinition<?>>
ProcessorDefinition<?>AdviceWithRouteBuilder. weaveAddLast()Weaves by adding the nodes to the end of the route (excl onException etc).Methods in org.apache.camel.builder with parameters of type ProcessorDefinition Modifier and Type Method Description static AdviceWithTaskAdviceWithTasks. afterById(RouteDefinition route, String id, ProcessorDefinition<?> after, boolean selectFirst, boolean selectLast, int selectFrom, int selectTo, int maxDeep)static AdviceWithTaskAdviceWithTasks. afterByToString(RouteDefinition route, String toString, ProcessorDefinition<?> after, boolean selectFirst, boolean selectLast, int selectFrom, int selectTo, int maxDeep)static AdviceWithTaskAdviceWithTasks. afterByToUri(RouteDefinition route, String toUri, ProcessorDefinition<?> after, boolean selectFirst, boolean selectLast, int selectFrom, int selectTo, int maxDeep)static AdviceWithTaskAdviceWithTasks. afterByType(RouteDefinition route, Class<?> type, ProcessorDefinition<?> after, boolean selectFirst, boolean selectLast, int selectFrom, int selectTo, int maxDeep)static AdviceWithTaskAdviceWithTasks. beforeById(RouteDefinition route, String id, ProcessorDefinition<?> before, boolean selectFirst, boolean selectLast, int selectFrom, int selectTo, int maxDeep)static AdviceWithTaskAdviceWithTasks. beforeByToString(RouteDefinition route, String toString, ProcessorDefinition<?> before, boolean selectFirst, boolean selectLast, int selectFrom, int selectTo, int maxDeep)static AdviceWithTaskAdviceWithTasks. beforeByToUri(RouteDefinition route, String toUri, ProcessorDefinition<?> before, boolean selectFirst, boolean selectLast, int selectFrom, int selectTo, int maxDeep)static AdviceWithTaskAdviceWithTasks. beforeByType(RouteDefinition route, Class<?> type, ProcessorDefinition<?> before, boolean selectFirst, boolean selectLast, int selectFrom, int selectTo, int maxDeep)static AdviceWithTaskAdviceWithTasks. replaceById(RouteDefinition route, String id, ProcessorDefinition<?> replace, boolean selectFirst, boolean selectLast, int selectFrom, int selectTo, int maxDeep)static AdviceWithTaskAdviceWithTasks. replaceByToString(RouteDefinition route, String toString, ProcessorDefinition<?> replace, boolean selectFirst, boolean selectLast, int selectFrom, int selectTo, int maxDeep)static AdviceWithTaskAdviceWithTasks. replaceByToUri(RouteDefinition route, String toUri, ProcessorDefinition<?> replace, boolean selectFirst, boolean selectLast, int selectFrom, int selectTo, int maxDeep)static AdviceWithTaskAdviceWithTasks. replaceByType(RouteDefinition route, Class<?> type, ProcessorDefinition<?> replace, boolean selectFirst, boolean selectLast, int selectFrom, int selectTo, int maxDeep) -
Uses of ProcessorDefinition in org.apache.camel.model
Classes in org.apache.camel.model with type parameters of type ProcessorDefinition Modifier and Type Interface Description interfaceAggregationStrategyAwareDefinition<Type extends ProcessorDefinition<?>>Enables definitions to supportAggregationStrategyclassDynamicRouterDefinition<Type extends ProcessorDefinition<Type>>Route messages based on dynamic rulesinterfaceExecutorServiceAwareDefinition<Type extends ProcessorDefinition<?>>Enables definitions to support concurrency usingExecutorServiceclassNoOutputDefinition<Type extends ProcessorDefinition<Type>>Base class for definitions which does not support outputs.classOutputDefinition<Type extends ProcessorDefinition<Type>>A useful base class for output typesclassProcessorDefinition<Type extends ProcessorDefinition<Type>>Base class for processor types that most XML types extend.classRecipientListDefinition<Type extends ProcessorDefinition<Type>>Route messages to a number of dynamically specified recipientsclassRoutingSlipDefinition<Type extends ProcessorDefinition<Type>>Routes a message through a series of steps that are pre-determined (the slip)classSendDefinition<Type extends ProcessorDefinition<Type>>Sends the message to an endpointclassWireTapDefinition<Type extends ProcessorDefinition<Type>>Routes a copy of a message (or creates a new message) to a secondary destination while continue routing the original message.Subclasses of ProcessorDefinition in org.apache.camel.model Modifier and Type Class Description classAdviceWithDefinitionTemporary model used internally by advice-withclassAggregateDefinitionAggregates many messages into a single messageclassBeanDefinitionCalls a Java beanclassCatchDefinitionCatches exceptions as part of a try, catch, finally blockclassChoiceDefinitionRoute messages based on a series of predicatesclassCircuitBreakerDefinitionRoute messages in a fault tolerance way using Circuit BreakerclassClaimCheckDefinitionThe Claim Check EIP allows you to replace message content with a claim check (a unique key), which can be used to retrieve the message content at a later time.classConvertBodyDefinitionConverts the message body to another typeclassDelayDefinitionDelays processing for a specified length of timeclassDynamicRouterDefinition<Type extends ProcessorDefinition<Type>>Route messages based on dynamic rulesclassEnrichDefinitionEnriches a message with data from a secondary resourceclassExpressionNodeA baseExpressionNodewhich does not support any outputs.classFilterDefinitionFilter out messages based using a predicateclassFinallyDefinitionPath traversed when a try, catch, finally block exitsclassIdempotentConsumerDefinitionFilters out duplicate messagesclassInOnlyDefinitionDeprecated.classInOutDefinitionDeprecated.classInterceptDefinitionIntercepts a message at each step in the routeclassInterceptFromDefinitionIntercepts incoming messagesclassInterceptSendToEndpointDefinitionIntercepts messages being sent to an endpointclassKameletDefinitionTo call Kamelets in special situationsclassLoadBalanceDefinitionBalances message processing among a number of nodesclassLogDefinitionLogs the defined message to the loggerclassLoopDefinitionProcesses a message multiple timesclassMarshalDefinitionMarshals data into a specified format for transmission over a transport or componentclassMulticastDefinitionRoutes the same message to multiple paths either sequentially or in parallel.classNoOutputDefinition<Type extends ProcessorDefinition<Type>>Base class for definitions which does not support outputs.classOnCompletionDefinitionRoute to be executed when normal route processing completesclassOnExceptionDefinitionRoute to be executed when an exception is thrownclassOnFallbackDefinitionRoute to be executed when Circuit Breaker EIP executes fallbackclassOtherwiseDefinitionRoute to be executed when all other choices evaluate to falseclassOutputDefinition<Type extends ProcessorDefinition<Type>>A useful base class for output typesclassOutputExpressionNodeA base class for nodes which contain an expression and a number of outputs.classPausableDefinitionPausable EIP to support resuming processing from last known offset.classPipelineDefinitionRoutes the message to a sequence of processors.classPolicyDefinitionDefines a policy the route will useclassPollEnrichDefinitionEnriches messages with data polled from a secondary resourceclassProcessDefinitionCalls a Camel processorclassRecipientListDefinition<Type extends ProcessorDefinition<Type>>Route messages to a number of dynamically specified recipientsclassRemoveHeaderDefinitionRemoves a named header from the messageclassRemoveHeadersDefinitionRemoves message headers whose name matches a specified patternclassRemovePropertiesDefinitionRemoves message exchange properties whose name matches a specified patternclassRemovePropertyDefinitionRemoves a named property from the message exchangeclassResequenceDefinitionResequences (re-order) messages based on an expressionclassResumableDefinitionResume EIP to support resuming processing from last known offset.classRollbackDefinitionForces a rollback by stopping routing the messageclassRouteDefinitionA Camel routeclassRoutingSlipDefinition<Type extends ProcessorDefinition<Type>>Routes a message through a series of steps that are pre-determined (the slip)classSagaActionUriDefinitionAllows to declare saga actions to complete or compensate a sagaclassSagaDefinitionEnables Sagas on the routeclassSamplingDefinitionExtract a sample of the messages passing through a routeclassScriptDefinitionExecutes a script from a language which does not change the message body.classSendDefinition<Type extends ProcessorDefinition<Type>>Sends the message to an endpointclassSetBodyDefinitionSets the contents of the message bodyclassSetExchangePatternDefinitionSets the exchange pattern on the message exchangeclassSetHeaderDefinitionSets the value of a message headerclassSetPropertyDefinitionSets a named property on the message exchangeclassSortDefinition<T>Sorts the contents of the messageclassSplitDefinitionSplits a single message into many sub-messages.classStepDefinitionRoutes the message to a sequence of processors which is grouped together as one logical nameclassStopDefinitionStops the processing of the current messageclassThreadsDefinitionSpecifies that all steps after this node are processed asynchronouslyclassThrottleDefinitionControls the rate at which messages are passed to the next node in the routeclassThrowExceptionDefinitionThrows an exceptionclassToDefinitionSends the message to a static endpointclassToDynamicDefinitionSends the message to a dynamic endpointclassTransactedDefinitionEnables transaction on the routeclassTransformDefinitionTransforms the message body based on an expressionclassTryDefinitionMarks the beginning of a try, catch, finally blockclassUnmarshalDefinitionConverts the message data received from the wire into a format that Apache Camel processors can consumeclassValidateDefinitionValidates a message based on an expressionclassWhenDefinitionTriggers a route when the expression evaluates to trueclassWhenSkipSendToEndpointDefinitionPredicate to determine if the message should be sent or not to the endpoint, when using interceptSentToEndpoint.classWireTapDefinition<Type extends ProcessorDefinition<Type>>Routes a copy of a message (or creates a new message) to a secondary destination while continue routing the original message.Fields in org.apache.camel.model with type parameters of type ProcessorDefinition Modifier and Type Field Description protected List<ProcessorDefinition<?>>OutputDefinition. outputsMethods in org.apache.camel.model with type parameters of type ProcessorDefinition Modifier and Type Method Description static <T extends ProcessorDefinition>
TProcessorDefinitionHelper. findFirstParentOfType(Class<T> parentType, ProcessorDefinition<?> node, boolean recursive)Is the given node parent(s) of the given type<T extends ProcessorDefinition<T>>
TModel. getProcessorDefinition(String id, Class<T> type)Gets the processor definition from any of the routes which with the given idMethods in org.apache.camel.model that return ProcessorDefinition Modifier and Type Method Description ProcessorDefinition<?>ChoiceDefinition. end()ProcessorDefinition<?>CircuitBreakerDefinition. end()ProcessorDefinition<?>OnCompletionDefinition. end()ProcessorDefinition<?>ProcessorDefinition. end()Ends the current blockProcessorDefinition<?>ProcessorDefinition. endParent()Strategy to allowProcessorDefinitions to have special logic when using end() in the DSL to return back to the intended parent.ProcessorDefinition<?>WhenDefinition. endParent()ProcessorDefinition<?>ProcessorDefinition. getParent()ProcessorDefinition<?>Model. getProcessorDefinition(String id)Gets the processor definition from any of the routes which with the given idprotected ProcessorDefinition<?>TryDefinition. onEndDoTry()Methods in org.apache.camel.model that return types with arguments of type ProcessorDefinition Modifier and Type Method Description EnrichClause<ProcessorDefinition<Type>>ProcessorDefinition. enrichWith(String resourceUri)The Content Enricher EIP enriches an exchange with additional data obtained from aresourceUriand with an aggregation strategy created using a fluent builder.EnrichClause<ProcessorDefinition<Type>>ProcessorDefinition. enrichWith(String resourceUri, boolean aggregateOnException)The Content Enricher EIP enriches an exchange with additional data obtained from aresourceUriand with an aggregation strategy created using a fluent builder.EnrichClause<ProcessorDefinition<Type>>ProcessorDefinition. enrichWith(String resourceUri, boolean aggregateOnException, boolean shareUnitOfWork)The Content Enricher EIP enriches an exchange with additional data obtained from aresourceUriand with an aggregation strategy created using a fluent builder.EnrichClause<ProcessorDefinition<Type>>ProcessorDefinition. enrichWith(EndpointProducerBuilder resourceUri)The Content Enricher EIP enriches an exchange with additional data obtained from aresourceUriand with an aggregation strategy created using a fluent builder.EnrichClause<ProcessorDefinition<Type>>ProcessorDefinition. enrichWith(EndpointProducerBuilder resourceUri, boolean aggregateOnException)The Content Enricher EIP enriches an exchange with additional data obtained from aresourceUriand with an aggregation strategy created using a fluent builder.EnrichClause<ProcessorDefinition<Type>>ProcessorDefinition. enrichWith(EndpointProducerBuilder resourceUri, boolean aggregateOnException, boolean shareUnitOfWork)The Content Enricher EIP enriches an exchange with additional data obtained from aresourceUriand with an aggregation strategy created using a fluent builder.List<ProcessorDefinition<?>>AggregateDefinition. getOutputs()List<ProcessorDefinition<?>>CatchDefinition. getOutputs()List<ProcessorDefinition<?>>ChoiceDefinition. getOutputs()List<ProcessorDefinition<?>>CircuitBreakerDefinition. getOutputs()List<ProcessorDefinition<?>>DynamicRouterDefinition. getOutputs()List<ProcessorDefinition<?>>ExpressionNode. getOutputs()List<ProcessorDefinition<?>>FinallyDefinition. getOutputs()List<ProcessorDefinition<?>>InterceptDefinition. getOutputs()List<ProcessorDefinition<?>>InterceptSendToEndpointDefinition. getOutputs()List<ProcessorDefinition<?>>KameletDefinition. getOutputs()List<ProcessorDefinition<?>>LoadBalanceDefinition. getOutputs()List<ProcessorDefinition<?>>MulticastDefinition. getOutputs()List<ProcessorDefinition<?>>NoOutputDefinition. getOutputs()List<ProcessorDefinition<?>>OnCompletionDefinition. getOutputs()List<ProcessorDefinition<?>>OnExceptionDefinition. getOutputs()List<ProcessorDefinition<?>>OnFallbackDefinition. getOutputs()List<ProcessorDefinition<?>>OtherwiseDefinition. getOutputs()List<ProcessorDefinition<?>>OutputDefinition. getOutputs()List<ProcessorDefinition<?>>OutputExpressionNode. getOutputs()List<ProcessorDefinition<?>>PipelineDefinition. getOutputs()List<ProcessorDefinition<?>>PolicyDefinition. getOutputs()abstract List<ProcessorDefinition<?>>ProcessorDefinition. getOutputs()List<ProcessorDefinition<?>>ResequenceDefinition. getOutputs()List<ProcessorDefinition<?>>RouteDefinition. getOutputs()List<ProcessorDefinition<?>>RoutingSlipDefinition. getOutputs()List<ProcessorDefinition<?>>StepDefinition. getOutputs()List<ProcessorDefinition<?>>TransactedDefinition. getOutputs()List<ProcessorDefinition<?>>TryDefinition. getOutputs()List<ProcessorDefinition<?>>TryDefinition. getOutputsWithoutCatches()DataFormatClause<ProcessorDefinition<Type>>ProcessorDefinition. marshal()DataFormat: Marshals the in body using aDataFormatexpression to define the format of the output which will be added to the out body.EnrichClause<ProcessorDefinition<Type>>ProcessorDefinition. pollEnrichWith(String resourceUri)The Content Enricher EIP enriches an exchange with additional data obtained from aresourceUriand with an aggregation strategy created using a fluent builder using aPollingConsumerto poll the endpoint.EnrichClause<ProcessorDefinition<Type>>ProcessorDefinition. pollEnrichWith(String resourceUri, long timeout)The Content Enricher EIP enriches an exchange with additional data obtained from aresourceUriand with an aggregation strategy created using a fluent builder using aPollingConsumerto poll the endpoint.EnrichClause<ProcessorDefinition<Type>>ProcessorDefinition. pollEnrichWith(String resourceUri, long timeout, boolean aggregateOnException)The Content Enricher EIP enriches an exchange with additional data obtained from aresourceUriand with an aggregation strategy created using a fluent builder using aPollingConsumerto poll the endpoint.EnrichClause<ProcessorDefinition<Type>>ProcessorDefinition. pollEnrichWith(EndpointConsumerBuilder resourceUri)The Content Enricher EIP enriches an exchange with additional data obtained from aresourceUriand with an aggregation strategy created using a fluent builder using aPollingConsumerto poll the endpoint.EnrichClause<ProcessorDefinition<Type>>ProcessorDefinition. pollEnrichWith(EndpointConsumerBuilder resourceUri, long timeout)The Content Enricher EIP enriches an exchange with additional data obtained from aresourceUriand with an aggregation strategy created using a fluent builder using aPollingConsumerto poll the endpoint.EnrichClause<ProcessorDefinition<Type>>ProcessorDefinition. pollEnrichWith(EndpointConsumerBuilder resourceUri, long timeout, boolean aggregateOnException)The Content Enricher EIP enriches an exchange with additional data obtained from aresourceUriand with an aggregation strategy created using a fluent builder using aPollingConsumerto poll the endpoint.ProcessClause<ProcessorDefinition<Type>>ProcessorDefinition. process()Message Translator EIP: Adds the custom processor using a fluent builder to this destination which could be a final destination, or could be a transformation in a pipelineExpressionClause<ProcessorDefinition<Type>>ProcessorDefinition. script()Executes a script (do not change the message body).ExpressionClause<ProcessorDefinition<Type>>ProcessorDefinition. setBody()Message Translator EIP: Adds a processor which sets the body on the IN messageExpressionClause<ProcessorDefinition<Type>>ProcessorDefinition. setHeader(String name)Adds a processor which sets the header on the IN messageExpressionClause<ProcessorDefinition<Type>>ProcessorDefinition. setProperty(String name)Adds a processor which sets the exchange propertyExpressionClause<ProcessorDefinition<Type>>ProcessorDefinition. transform()Message Translator EIP: Adds a processor which sets the body on the OUT messageDataFormatClause<ProcessorDefinition<Type>>ProcessorDefinition. unmarshal()DataFormat: Unmarshals the in body using aDataFormatexpression to define the format of the input message and the output will be set on the out message body.Methods in org.apache.camel.model with parameters of type ProcessorDefinition Modifier and Type Method Description voidBlock. addOutput(ProcessorDefinition<?> processorDefinition)Adds the given definition as output to this blockvoidChoiceDefinition. addOutput(ProcessorDefinition<?> output)voidCircuitBreakerDefinition. addOutput(ProcessorDefinition<?> output)voidProcessorDefinition. addOutput(ProcessorDefinition<?> output)voidTryDefinition. addOutput(ProcessorDefinition<?> output)voidWireTapDefinition. addOutput(ProcessorDefinition<?> output)voidAggregateDefinition. configureChild(ProcessorDefinition<?> output)voidChoiceDefinition. configureChild(ProcessorDefinition<?> output)voidExpressionNode. configureChild(ProcessorDefinition<?> output)voidProcessorDefinition. configureChild(ProcessorDefinition<?> output)Strategy for children to do any custom configurationstatic <T extends ProcessorDefinition>
TProcessorDefinitionHelper. findFirstParentOfType(Class<T> parentType, ProcessorDefinition<?> node, boolean recursive)Is the given node parent(s) of the given typestatic voidRouteDefinitionHelper. forceAssignIds(org.apache.camel.CamelContext context, ProcessorDefinition processor)Force assigning ids to the give node and all its children (recursively).static Set<String>ProcessorDefinitionHelper. gatherAllNodeIds(ProcessorDefinition<?> node, Set<String> set, boolean onlyCustomId, boolean includeAbstract)Traverses the node, including its children (recursive), and gathers all the node ids.static voidRouteDefinitionHelper. initParent(ProcessorDefinition parent)static booleanProcessorDefinitionHelper. isFirstChildOfType(Class<?> parentType, ProcessorDefinition<?> node)Is the given child the first in the outputs from the parent?static booleanProcessorDefinitionHelper. isParentOfType(Class<? extends ProcessorDefinition> parentType, ProcessorDefinition<?> node, boolean recursive)Is the given node parent(s) of the given typevoidOnCompletionDefinition. removeAllOnCompletionDefinition(ProcessorDefinition<?> definition)Removes all existing globalOnCompletionDefinitionfrom the definition.static voidProcessorDefinitionHelper. resetAllAutoAssignedNodeIds(ProcessorDefinition<?> node)Resets (nulls) all the auto assigned ids on the node and the nested children (outputs)voidOnCompletionDefinition. setParent(ProcessorDefinition<?> parent)voidOnExceptionDefinition. setParent(ProcessorDefinition<?> parent)voidProcessorDefinition. setParent(ProcessorDefinition<?> parent)Method parameters in org.apache.camel.model with type arguments of type ProcessorDefinition Modifier and Type Method Description static <T> Collection<T>ProcessorDefinitionHelper. filterTypeInOutputs(List<ProcessorDefinition<?>> outputs, Class<T> type)Looks for the given type in the list of outputs and recurring all the children as well.static <T> Collection<T>ProcessorDefinitionHelper. filterTypeInOutputs(List<ProcessorDefinition<?>> outputs, Class<T> type, int maxDeep)Looks for the given type in the list of outputs and recurring all the children as well.static <T> TProcessorDefinitionHelper. findFirstTypeInOutputs(List<ProcessorDefinition<?>> outputs, Class<T> type)Looks for the given type in the list of outputs and recurring all the children as well.static booleanProcessorDefinitionHelper. isParentOfType(Class<? extends ProcessorDefinition> parentType, ProcessorDefinition<?> node, boolean recursive)Is the given node parent(s) of the given typestatic voidRouteDefinitionHelper. prepareRouteForInit(RouteDefinition route, List<ProcessorDefinition<?>> abstracts, List<ProcessorDefinition<?>> lower)voidAggregateDefinition. setOutputs(List<ProcessorDefinition<?>> outputs)voidCatchDefinition. setOutputs(List<ProcessorDefinition<?>> outputs)voidCircuitBreakerDefinition. setOutputs(List<ProcessorDefinition<?>> outputs)voidFinallyDefinition. setOutputs(List<ProcessorDefinition<?>> outputs)voidInterceptDefinition. setOutputs(List<ProcessorDefinition<?>> outputs)voidInterceptSendToEndpointDefinition. setOutputs(List<ProcessorDefinition<?>> outputs)voidKameletDefinition. setOutputs(List<ProcessorDefinition<?>> outputs)voidLoadBalanceDefinition. setOutputs(List<ProcessorDefinition<?>> outputs)voidMulticastDefinition. setOutputs(List<ProcessorDefinition<?>> outputs)voidOnCompletionDefinition. setOutputs(List<ProcessorDefinition<?>> outputs)voidOnExceptionDefinition. setOutputs(List<ProcessorDefinition<?>> outputs)voidOnFallbackDefinition. setOutputs(List<ProcessorDefinition<?>> outputs)voidOtherwiseDefinition. setOutputs(List<ProcessorDefinition<?>> outputs)voidOutputDefinition. setOutputs(List<ProcessorDefinition<?>> outputs)voidOutputExpressionNode. setOutputs(List<ProcessorDefinition<?>> outputs)voidPipelineDefinition. setOutputs(List<ProcessorDefinition<?>> outputs)voidPolicyDefinition. setOutputs(List<ProcessorDefinition<?>> outputs)voidResequenceDefinition. setOutputs(List<ProcessorDefinition<?>> outputs)voidRouteDefinition. setOutputs(List<ProcessorDefinition<?>> outputs)Outputs are processors that determines how messages are processed by this route.voidSagaDefinition. setOutputs(List<ProcessorDefinition<?>> outputs)voidStepDefinition. setOutputs(List<ProcessorDefinition<?>> outputs)voidTransactedDefinition. setOutputs(List<ProcessorDefinition<?>> outputs)voidTryDefinition. setOutputs(List<ProcessorDefinition<?>> outputs) -
Uses of ProcessorDefinition in org.apache.camel.model.cloud
Subclasses of ProcessorDefinition in org.apache.camel.model.cloud Modifier and Type Class Description classServiceCallDefinitionTo call remote servicesMethods in org.apache.camel.model.cloud that return ProcessorDefinition Modifier and Type Method Description ProcessorDefinition<?>ServiceCallExpressionConfiguration. endParent()ProcessorDefinition<?>ServiceCallServiceChooserConfiguration. endParent()ProcessorDefinition<?>ServiceCallServiceDiscoveryConfiguration. endParent()ProcessorDefinition<?>ServiceCallServiceFilterConfiguration. endParent()ProcessorDefinition<?>ServiceCallServiceLoadBalancerConfiguration. endParent()
-