Package | Description |
---|---|
org.apache.camel.impl.engine |
Modifier and Type | Method and Description |
---|---|
protected abstract ServicePool<org.apache.camel.PollingConsumer> |
AbstractCamelContext.createPollingConsumerServicePool() |
protected abstract ServicePool<org.apache.camel.Producer> |
AbstractCamelContext.createProducerServicePool() |
ServicePool<org.apache.camel.PollingConsumer> |
AbstractCamelContext.getPollingConsumerServicePool() |
ServicePool<org.apache.camel.Producer> |
AbstractCamelContext.getProducerServicePool() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCamelContext.setPollingConsumerServicePool(ServicePool<org.apache.camel.PollingConsumer> pollingConsumerServicePool) |
void |
AbstractCamelContext.setProducerServicePool(ServicePool<org.apache.camel.Producer> producerServicePool) |
Apache Camel