public class GooglePubsubProducer
extends org.apache.camel.support.DefaultProducer
| Modifier and Type | Field and Description |
|---|---|
org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
GooglePubsubProducer(GooglePubsubEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
void |
process(org.apache.camel.Exchange exchange)
The incoming message is expected to be either - a List of Exchanges (aggregated) - an Exchange
|
static byte[] |
serialize(Object obj) |
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 GooglePubsubProducer(GooglePubsubEndpoint endpoint) throws Exception
Exceptionpublic void process(org.apache.camel.Exchange exchange)
throws Exception
Exceptionpublic static byte[] serialize(Object obj) throws IOException
IOExceptionApache Camel