@ApplicationScoped public class CamelContextMap extends Object
Constructor and Description |
---|
CamelContextMap() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.CamelContext |
getCamelContext(String name)
Returns the
CamelContext for the given context name |
Map<String,org.apache.camel.CamelContext> |
getCamelContextMap() |
org.apache.camel.CamelContext |
getMandatoryCamelContext(String contextName)
Returns the CamelContext for the given name or throw an exception
|
void |
start() |
@PostConstruct public void start()
public org.apache.camel.CamelContext getCamelContext(String name)
CamelContext
for the given context namepublic org.apache.camel.CamelContext getMandatoryCamelContext(String contextName)
Apache Camel