public abstract class AvroEndpoint
extends org.apache.camel.impl.DefaultEndpoint
| Constructor and Description |
|---|
AvroEndpoint(String endpointUri,
org.apache.camel.Component component,
AvroConfiguration configuration)
Constructs a fully-initialized DefaultEndpoint instance.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Exchange |
createExchange(org.apache.avro.Protocol.Message message,
Object request) |
AvroConfiguration |
getConfiguration() |
org.apache.avro.Protocol |
getProtocol() |
boolean |
isSingleton() |
configureConsumer, configureProperties, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExchangePattern, getId, hashCode, isLenientProperties, isSynchronous, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setSynchronous, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, resume, shutdown, start, stop, suspendpublic AvroEndpoint(String endpointUri, org.apache.camel.Component component, AvroConfiguration configuration)
endpointUri - the full URI used to create this endpointcomponent - the component that created this endpointpublic org.apache.camel.Exchange createExchange(org.apache.avro.Protocol.Message message,
Object request)
public boolean isSingleton()
public AvroConfiguration getConfiguration()
public org.apache.avro.Protocol getProtocol()
Apache Camel