@UriEndpoint(firstVersion="2.20.0",
scheme="iec60870-client",
syntax="iec60870-client:uriPath",
title="IEC 60870 Client",
consumerClass=ClientConsumer.class,
label="iot")
public class ClientEndpoint
extends AbstractIecEndpoint<ClientConnectionMultiplexor>
| Constructor and Description |
|---|
ClientEndpoint(String uri,
org.apache.camel.impl.DefaultComponent component,
ClientConnectionMultiplexor connection,
ObjectAddress address) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
doStart, doStop, getAddress, getConnection, isSingletonconfigureConsumer, configurePollingConsumer, configureProperties, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isBridgeErrorHandler, isLenientProperties, isPollingConsumerBlockWhenFull, isSynchronous, setBridgeErrorHandler, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic ClientEndpoint(String uri, org.apache.camel.impl.DefaultComponent component, ClientConnectionMultiplexor connection, ObjectAddress address)
Apache Camel