public static interface ClientEndpointBuilderFactory.ClientBuilders
| Modifier and Type | Method and Description |
|---|---|
default ClientEndpointBuilderFactory.ClientEndpointBuilder |
iec60870Client(String path)
IEC 60870 Client (camel-iec60870)
IEC 60870 supervisory control and data acquisition (SCADA) client
using NeoSCADA implementation.
|
default ClientEndpointBuilderFactory.ClientEndpointBuilder |
iec60870Client(String componentName,
String path)
IEC 60870 Client (camel-iec60870)
IEC 60870 supervisory control and data acquisition (SCADA) client
using NeoSCADA implementation.
|
default ClientEndpointBuilderFactory.ClientEndpointBuilder iec60870Client(String path)
iec60870-client:uriPath
Path parameter: uriPath (required)
The object information addresspath - uriPathdefault ClientEndpointBuilderFactory.ClientEndpointBuilder iec60870Client(String componentName, String path)
iec60870-client:uriPath
Path parameter: uriPath (required)
The object information addresscomponentName - to use a custom component name for the endpoint
instead of the default namepath - uriPathApache Camel