public class AvroHttpEndpoint extends AvroEndpoint
shutdown, shuttingdown, started, starting, stopped, stopping, suspended, suspending| Constructor and Description |
|---|
AvroHttpEndpoint(String endpointUri,
Component component,
AvroConfiguration configuration)
Constructs a fully-initialized DefaultEndpoint instance.
|
| Modifier and Type | Method and Description |
|---|---|
Consumer |
createConsumer(Processor processor)
Creates a new Event
Driven Consumer which consumes messages from the endpoint using the
given processor
|
Producer |
createProducer()
Creates a new producer which is used send messages into the endpoint
|
createExchange, getConfiguration, getProtocol, isSingletonconfigureConsumer, 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, isSuspended, isSuspending, resume, shutdown, start, stop, suspendpublic AvroHttpEndpoint(String endpointUri, Component component, AvroConfiguration configuration)
endpointUri - the full URI used to create this endpointcomponent - the component that created this endpointpublic Producer createProducer() throws Exception
Exception - can be thrownpublic Consumer createConsumer(Processor processor) throws Exception
processor - the given processorException - can be thrownApache CAMEL