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.Consumer |
createConsumer(org.apache.camel.Processor processor)
Creates a new Event
Driven Consumer which consumes messages from the endpoint using the
given processor
|
org.apache.camel.Exchange |
createExchange(org.apache.avro.Protocol.Message message,
Object request) |
AvroConfiguration |
getConfiguration() |
boolean |
isSingleton() |
configureConsumer, configurePollingConsumer, 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, setProperties, 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 org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
processor - the given processorException - can be thrownpublic AvroConfiguration getConfiguration()
Apache Camel