@UriEndpoint(firstVersion="2.19.0",
scheme="milo-client",
syntax="milo-client:endpointUri",
title="OPC UA Client",
label="iot")
public class MiloClientEndpoint
extends org.apache.camel.support.DefaultEndpoint
| Constructor and Description |
|---|
MiloClientEndpoint(String uri,
MiloClientComponent component,
String endpointUri) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
protected void |
doStart() |
protected void |
doStop() |
MiloClientConfiguration |
getConfiguration() |
MiloClientConnection |
getConnection() |
String |
getMethod() |
String |
getNode() |
Double |
getSamplingInterval() |
boolean |
isDefaultAwaitWrites() |
void |
setConfiguration(MiloClientConfiguration configuration) |
void |
setConnection(MiloClientConnection connection) |
void |
setDefaultAwaitWrites(boolean defaultAwaitWrites) |
void |
setMethod(String method) |
void |
setNode(String node) |
void |
setSamplingInterval(Double samplingInterval) |
configureConsumer, configurePollingConsumer, configureProperties, createAsyncProducer, createEndpointUri, createExchange, createExchange, createPollingConsumer, doInit, equals, getCamelContext, getComponent, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isBasicPropertyBinding, isBridgeErrorHandler, isLazyStartProducer, isLenientProperties, isPollingConsumerBlockWhenFull, isSingleton, isSynchronous, setBasicPropertyBinding, setBridgeErrorHandler, setCamelContext, setComponent, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setLazyStartProducer, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toStringbuild, doBuild, doFail, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic MiloClientEndpoint(String uri, MiloClientComponent component, String endpointUri)
public void setConfiguration(MiloClientConfiguration configuration)
public MiloClientConfiguration getConfiguration()
protected void doStart()
throws Exception
doStart in class org.apache.camel.support.DefaultEndpointExceptionprotected void doStop()
throws Exception
doStop in class org.apache.camel.support.DefaultEndpointExceptionpublic org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
Exceptionpublic MiloClientConnection getConnection()
public void setMethod(String method)
public String getMethod()
public void setNode(String node)
public String getNode()
public Double getSamplingInterval()
public void setSamplingInterval(Double samplingInterval)
public boolean isDefaultAwaitWrites()
public void setDefaultAwaitWrites(boolean defaultAwaitWrites)
public void setConnection(MiloClientConnection connection)
Apache Camel