public static interface ServerEndpointBuilderFactory.ServerBuilders
| Modifier and Type | Method and Description |
|---|---|
default ServerEndpointBuilderFactory.ServerEndpointBuilder |
iec60870Server(String path)
IEC 60870 Server (camel-iec60870)
IEC 60870 supervisory control and data acquisition (SCADA) server
using NeoSCADA implementation.
|
default ServerEndpointBuilderFactory.ServerEndpointBuilder |
iec60870Server(String componentName,
String path)
IEC 60870 Server (camel-iec60870)
IEC 60870 supervisory control and data acquisition (SCADA) server
using NeoSCADA implementation.
|
default ServerEndpointBuilderFactory.ServerEndpointBuilder iec60870Server(String path)
iec60870-server:uriPath
Path parameter: uriPath (required)
The object information addresspath - uriPathdefault ServerEndpointBuilderFactory.ServerEndpointBuilder iec60870Server(String componentName, String path)
iec60870-server: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