public class GooglePubsubProducer
extends org.apache.camel.impl.DefaultProducer
| 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, createExchange, createExchange, doStart, doStop, getEndpoint, isSingleton, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic 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