public class GoraProducer
extends org.apache.camel.support.DefaultProducer
DefaultProducer.| Constructor and Description |
|---|
GoraProducer(GoraEndpoint 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, doStart, doStop, getEndpoint, isSingleton, toStringbuild, doBuild, doFail, doInit, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic GoraProducer(GoraEndpoint 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