| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static Iec60870ServerComponentBuilderFactory.Iec60870ServerComponentBuilder |
ComponentsBuilderFactory.iec60870Server()
IEC 60870 Server (camel-iec60870)
IEC 60870 supervisory control and data acquisition (SCADA) server using
NeoSCADA™ implementation.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Iec60870ServerComponentBuilderFactory.Iec60870ServerComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default Iec60870ServerComponentBuilderFactory.Iec60870ServerComponentBuilder |
Iec60870ServerComponentBuilderFactory.Iec60870ServerComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default Iec60870ServerComponentBuilderFactory.Iec60870ServerComponentBuilder |
Iec60870ServerComponentBuilderFactory.Iec60870ServerComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default Iec60870ServerComponentBuilderFactory.Iec60870ServerComponentBuilder |
Iec60870ServerComponentBuilderFactory.Iec60870ServerComponentBuilder.defaultConnectionOptions(org.apache.camel.component.iec60870.server.ServerOptions defaultConnectionOptions)
Default connection options.
|
static Iec60870ServerComponentBuilderFactory.Iec60870ServerComponentBuilder |
Iec60870ServerComponentBuilderFactory.iec60870Server()
IEC 60870 Server (camel-iec60870)
IEC 60870 supervisory control and data acquisition (SCADA) server using
NeoSCADA™ implementation.
|
default Iec60870ServerComponentBuilderFactory.Iec60870ServerComponentBuilder |
Iec60870ServerComponentBuilderFactory.Iec60870ServerComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
Apache Camel