|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CamelContextNameStrategy | |
|---|---|
| org.apache.camel | The core Camel API. |
| org.apache.camel.impl | Default implementation classes for Camel Core |
| Uses of CamelContextNameStrategy in org.apache.camel |
|---|
| Methods in org.apache.camel that return CamelContextNameStrategy | |
|---|---|
CamelContextNameStrategy |
CamelContext.getNameStrategy()
Gets the current name strategy |
| Methods in org.apache.camel with parameters of type CamelContextNameStrategy | |
|---|---|
void |
CamelContext.setNameStrategy(CamelContextNameStrategy nameStrategy)
Sets a custom name strategy |
| Uses of CamelContextNameStrategy in org.apache.camel.impl |
|---|
| Classes in org.apache.camel.impl that implement CamelContextNameStrategy | |
|---|---|
class |
DefaultCamelContextNameStrategy
A default name strategy which auto assigns a name using a prefix-counter pattern. |
class |
ExplicitCamelContextNameStrategy
Strategy to used an explicit (fixed) name for CamelContext. |
| Methods in org.apache.camel.impl that return CamelContextNameStrategy | |
|---|---|
CamelContextNameStrategy |
DefaultCamelContext.getNameStrategy()
|
| Methods in org.apache.camel.impl with parameters of type CamelContextNameStrategy | |
|---|---|
void |
DefaultCamelContext.setNameStrategy(CamelContextNameStrategy nameStrategy)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||