|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ThreadPoolRejectedPolicy | |
---|---|
org.apache.camel | The JAXB POJOs for the XML Configuration of the routing rules. |
org.apache.camel.builder | The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers. |
org.apache.camel.impl | Default implementation classes for Camel Core |
org.apache.camel.model | The JAXB POJOs for the XML Configuration of the routing rules. |
org.apache.camel.spi | Service Provider Interfaces used internally by the Camel runtime which are plugin strategies. |
Uses of ThreadPoolRejectedPolicy in org.apache.camel |
---|
Methods in org.apache.camel that return ThreadPoolRejectedPolicy | |
---|---|
static ThreadPoolRejectedPolicy |
ThreadPoolRejectedPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ThreadPoolRejectedPolicy[] |
ThreadPoolRejectedPolicy.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of ThreadPoolRejectedPolicy in org.apache.camel.builder |
---|
Methods in org.apache.camel.builder with parameters of type ThreadPoolRejectedPolicy | |
---|---|
ThreadPoolBuilder |
ThreadPoolBuilder.rejectedPolicy(ThreadPoolRejectedPolicy rejectedPolicy)
|
Uses of ThreadPoolRejectedPolicy in org.apache.camel.impl |
---|
Methods in org.apache.camel.impl that return ThreadPoolRejectedPolicy | |
---|---|
ThreadPoolRejectedPolicy |
ThreadPoolProfileSupport.getRejectedPolicy()
|
Methods in org.apache.camel.impl with parameters of type ThreadPoolRejectedPolicy | |
---|---|
void |
ThreadPoolProfileSupport.setRejectedPolicy(ThreadPoolRejectedPolicy rejectedPolicy)
|
Uses of ThreadPoolRejectedPolicy in org.apache.camel.model |
---|
Methods in org.apache.camel.model that return ThreadPoolRejectedPolicy | |
---|---|
ThreadPoolRejectedPolicy |
ThreadPoolProfileDefinition.getRejectedPolicy()
|
ThreadPoolRejectedPolicy |
ThreadsDefinition.getRejectedPolicy()
|
Methods in org.apache.camel.model with parameters of type ThreadPoolRejectedPolicy | |
---|---|
ThreadPoolProfileDefinition |
ThreadPoolProfileDefinition.rejectedPolicy(ThreadPoolRejectedPolicy rejectedPolicy)
|
ThreadsDefinition |
ThreadsDefinition.rejectedPolicy(ThreadPoolRejectedPolicy rejectedPolicy)
Sets the handler for tasks which cannot be executed by the thread pool. |
void |
ThreadPoolProfileDefinition.setRejectedPolicy(ThreadPoolRejectedPolicy rejectedPolicy)
|
void |
ThreadsDefinition.setRejectedPolicy(ThreadPoolRejectedPolicy rejectedPolicy)
|
Uses of ThreadPoolRejectedPolicy in org.apache.camel.spi |
---|
Methods in org.apache.camel.spi that return ThreadPoolRejectedPolicy | |
---|---|
ThreadPoolRejectedPolicy |
ThreadPoolProfile.getRejectedPolicy()
Gets the handler for tasks which cannot be executed by the thread pool. |
Methods in org.apache.camel.spi with parameters of type ThreadPoolRejectedPolicy | |
---|---|
void |
ThreadPoolProfile.setRejectedPolicy(ThreadPoolRejectedPolicy rejectedPolicy)
Sets the handler for tasks which cannot be executed by the thread pool. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |