|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DelegateProcessor | |
|---|---|
| org.apache.camel.builder | The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers. |
| org.apache.camel.model | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. |
| org.apache.camel.processor | A collection of Processor implementations which are used to implement the Enterprise Integration Patterns |
| Uses of DelegateProcessor in org.apache.camel.builder |
|---|
| Methods in org.apache.camel.builder with parameters of type DelegateProcessor | |
|---|---|
RouteBuilder |
RouteBuilder.intercept(DelegateProcessor interceptor)
Adds the given interceptor to this route |
| Uses of DelegateProcessor in org.apache.camel.model |
|---|
| Methods in org.apache.camel.model that return DelegateProcessor | |
|---|---|
DelegateProcessor |
InterceptorRef.createInterceptor(RouteContext routeContext)
|
abstract DelegateProcessor |
InterceptorType.createInterceptor(RouteContext routeContext)
|
| Methods in org.apache.camel.model with parameters of type DelegateProcessor | |
|---|---|
ProcessorType |
ProcessorType.intercept(DelegateProcessor interceptor)
|
RoutesType |
RoutesType.intercept(DelegateProcessor interceptor)
|
| Constructors in org.apache.camel.model with parameters of type DelegateProcessor | |
|---|---|
InterceptorRef(DelegateProcessor interceptor)
|
|
| Uses of DelegateProcessor in org.apache.camel.processor |
|---|
| Subclasses of DelegateProcessor in org.apache.camel.processor | |
|---|---|
class |
CatchProcessor
|
class |
Delayer
A Delayer which delays processing the exchange until the correct amount of time has elapsed using an expression to determine the delivery time. |
class |
DelayProcessorSupport
A useful base class for any processor which provides some kind of throttling or delayed processing |
class |
FilterProcessor
|
class |
Interceptor
An interceptor which provides the processing logic as a pluggable processor which allows the proceed(Exchange) method to be called at some point |
class |
Throttler
A Throttler will set a limit on the maximum number of message exchanges which can be sent to a processor within a specific time period. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||