public interface CamelConsumer
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Endpoint |
getEndpoint() |
org.apache.camel.Processor |
getProcessor() |
boolean |
send(org.apache.camel.Exchange exchange) |
boolean |
send(org.apache.camel.Exchange exchange,
org.apache.camel.AsyncCallback callback) |
boolean |
send(Object body) |
boolean send(Object body)
boolean send(org.apache.camel.Exchange exchange)
boolean send(org.apache.camel.Exchange exchange,
org.apache.camel.AsyncCallback callback)
org.apache.camel.Endpoint getEndpoint()
org.apache.camel.Processor getProcessor()
Copyright © 2016–2018 Softelnet. All rights reserved.