public class GoraProducer
extends org.apache.camel.impl.DefaultProducer
implements org.apache.camel.ServicePoolAware
DefaultProducer
.Constructor and Description |
---|
GoraProducer(org.apache.camel.Endpoint endpoint,
GoraConfiguration configuration,
org.apache.gora.store.DataStore<Object,org.apache.gora.persistency.Persistent> dataStore)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
process(org.apache.camel.Exchange exchange) |
createExchange, createExchange, createExchange, doStart, doStop, getEndpoint, isSingleton, toString
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend
public GoraProducer(org.apache.camel.Endpoint endpoint, GoraConfiguration configuration, org.apache.gora.store.DataStore<Object,org.apache.gora.persistency.Persistent> dataStore)
endpoint
- Reference to the Camel-Gora endpointconfiguration
- Reference to Camel-Gora endpoint configurationdataStore
- Reference to the datastoreApache Camel