public class ReactiveStreamsProducer
extends org.apache.camel.impl.DefaultAsyncProducer
Constructor and Description |
---|
ReactiveStreamsProducer(ReactiveStreamsEndpoint endpoint,
String name,
CamelReactiveStreamsService service) |
Modifier and Type | Method and Description |
---|---|
protected void |
doStart() |
protected void |
doStop() |
ReactiveStreamsEndpoint |
getEndpoint() |
boolean |
process(org.apache.camel.Exchange exchange,
org.apache.camel.AsyncCallback callback) |
createExchange, createExchange, createExchange, isSingleton, toString
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend
public ReactiveStreamsProducer(ReactiveStreamsEndpoint endpoint, String name, CamelReactiveStreamsService service)
public boolean process(org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback)
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
public ReactiveStreamsEndpoint getEndpoint()
getEndpoint
in interface org.apache.camel.EndpointAware
getEndpoint
in class org.apache.camel.impl.DefaultProducer
Apache Camel