public class EventAdminProducer
extends org.apache.camel.impl.DefaultProducer
Constructor and Description |
---|
EventAdminProducer(EventAdminEndpoint endpoint) |
Modifier and Type | Method and Description |
---|---|
protected void |
doStart() |
protected void |
doStop() |
protected org.osgi.service.event.Event |
getEvent(org.apache.camel.Exchange exchange) |
protected Dictionary<String,?> |
getProperties(org.apache.camel.Exchange exchange) |
protected String |
getTopic(org.apache.camel.Exchange exchange) |
void |
process(org.apache.camel.Exchange exchange) |
createExchange, createExchange, createExchange, getEndpoint, isSingleton, toString
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend
public EventAdminProducer(EventAdminEndpoint endpoint)
protected void doStart() throws Exception
doStart
in class org.apache.camel.impl.DefaultProducer
Exception
protected void doStop() throws Exception
doStop
in class org.apache.camel.impl.DefaultProducer
Exception
protected String getTopic(org.apache.camel.Exchange exchange)
protected org.osgi.service.event.Event getEvent(org.apache.camel.Exchange exchange)
protected Dictionary<String,?> getProperties(org.apache.camel.Exchange exchange)
Apache Camel