protected class InOutProducer.MessageConsumerResourcesFactory extends org.apache.commons.pool.BasePoolableObjectFactory<MessageConsumerResources>
MessageConsumerResources objects that are the reply
consumers.| Modifier | Constructor and Description |
|---|---|
protected |
InOutProducer.MessageConsumerResourcesFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroyObject(MessageConsumerResources model) |
MessageConsumerResources |
makeObject() |
protected InOutProducer.MessageConsumerResourcesFactory()
public MessageConsumerResources makeObject() throws Exception
makeObject in interface org.apache.commons.pool.PoolableObjectFactory<MessageConsumerResources>makeObject in class org.apache.commons.pool.BasePoolableObjectFactory<MessageConsumerResources>Exceptionpublic void destroyObject(MessageConsumerResources model) throws Exception
destroyObject in interface org.apache.commons.pool.PoolableObjectFactory<MessageConsumerResources>destroyObject in class org.apache.commons.pool.BasePoolableObjectFactory<MessageConsumerResources>ExceptionApache Camel