Interface ServerEndpointBuilderFactory.ServerEndpointConsumerBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder
,org.apache.camel.EndpointConsumerResolver
- All Known Subinterfaces:
ServerEndpointBuilderFactory.ServerEndpointBuilder
- Enclosing interface:
- ServerEndpointBuilderFactory
public static interface ServerEndpointBuilderFactory.ServerEndpointConsumerBuilder extends org.apache.camel.builder.EndpointConsumerBuilder
Builder for endpoint consumers for the IEC 60870 Server component.
-
-
Method Summary
-
-
-
Method Detail
-
advanced
default ServerEndpointBuilderFactory.AdvancedServerEndpointConsumerBuilder advanced()
-
dataModuleOptions
default ServerEndpointBuilderFactory.ServerEndpointConsumerBuilder dataModuleOptions(Object dataModuleOptions)
Data module options. The option is a:org.eclipse.neoscada.protocol.iec60870.client.data.DataModuleOptions
type. Group: common
-
dataModuleOptions
default ServerEndpointBuilderFactory.ServerEndpointConsumerBuilder dataModuleOptions(String dataModuleOptions)
Data module options. The option will be converted to aorg.eclipse.neoscada.protocol.iec60870.client.data.DataModuleOptions
type. Group: common
-
filterNonExecute
default ServerEndpointBuilderFactory.ServerEndpointConsumerBuilder filterNonExecute(boolean filterNonExecute)
Filter out all requests which don't have the execute bit set. The option is a:boolean
type. Default: true Group: common
-
filterNonExecute
default ServerEndpointBuilderFactory.ServerEndpointConsumerBuilder filterNonExecute(String filterNonExecute)
Filter out all requests which don't have the execute bit set. The option will be converted to aboolean
type. Default: true Group: common
-
protocolOptions
default ServerEndpointBuilderFactory.ServerEndpointConsumerBuilder protocolOptions(Object protocolOptions)
Protocol options. The option is a:org.eclipse.neoscada.protocol.iec60870.ProtocolOptions
type. Group: common
-
protocolOptions
default ServerEndpointBuilderFactory.ServerEndpointConsumerBuilder protocolOptions(String protocolOptions)
Protocol options. The option will be converted to aorg.eclipse.neoscada.protocol.iec60870.ProtocolOptions
type. Group: common
-
bridgeErrorHandler
default ServerEndpointBuilderFactory.ServerEndpointConsumerBuilder 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. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. The option is a:boolean
type. Default: false Group: consumer
-
bridgeErrorHandler
default ServerEndpointBuilderFactory.ServerEndpointConsumerBuilder bridgeErrorHandler(String 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. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. The option will be converted to aboolean
type. Default: false Group: consumer
-
acknowledgeWindow
default ServerEndpointBuilderFactory.ServerEndpointConsumerBuilder acknowledgeWindow(short acknowledgeWindow)
Parameter W - Acknowledgment window. The option is a:short
type. Default: 10 Group: connection
-
acknowledgeWindow
default ServerEndpointBuilderFactory.ServerEndpointConsumerBuilder acknowledgeWindow(String acknowledgeWindow)
Parameter W - Acknowledgment window. The option will be converted to ashort
type. Default: 10 Group: connection
-
adsuAddressType
default ServerEndpointBuilderFactory.ServerEndpointConsumerBuilder adsuAddressType(ServerEndpointBuilderFactory.ASDUAddressType adsuAddressType)
The common ASDU address size. May be either SIZE_1 or SIZE_2. The option is a:org.eclipse.neoscada.protocol.iec60870.ASDUAddressType
type. Group: connection
-
adsuAddressType
default ServerEndpointBuilderFactory.ServerEndpointConsumerBuilder adsuAddressType(String adsuAddressType)
The common ASDU address size. May be either SIZE_1 or SIZE_2. The option will be converted to aorg.eclipse.neoscada.protocol.iec60870.ASDUAddressType
type. Group: connection
-
causeOfTransmissionType
default ServerEndpointBuilderFactory.ServerEndpointConsumerBuilder causeOfTransmissionType(ServerEndpointBuilderFactory.CauseOfTransmissionType causeOfTransmissionType)
The cause of transmission type. May be either SIZE_1 or SIZE_2. The option is a:org.eclipse.neoscada.protocol.iec60870.CauseOfTransmissionType
type. Group: connection
-
causeOfTransmissionType
default ServerEndpointBuilderFactory.ServerEndpointConsumerBuilder causeOfTransmissionType(String causeOfTransmissionType)
The cause of transmission type. May be either SIZE_1 or SIZE_2. The option will be converted to aorg.eclipse.neoscada.protocol.iec60870.CauseOfTransmissionType
type. Group: connection
-
informationObjectAddressType
default ServerEndpointBuilderFactory.ServerEndpointConsumerBuilder informationObjectAddressType(ServerEndpointBuilderFactory.InformationObjectAddressType informationObjectAddressType)
The information address size. May be either SIZE_1, SIZE_2 or SIZE_3. The option is a:org.eclipse.neoscada.protocol.iec60870.InformationObjectAddressType
type. Group: connection
-
informationObjectAddressType
default ServerEndpointBuilderFactory.ServerEndpointConsumerBuilder informationObjectAddressType(String informationObjectAddressType)
The information address size. May be either SIZE_1, SIZE_2 or SIZE_3. The option will be converted to aorg.eclipse.neoscada.protocol.iec60870.InformationObjectAddressType
type. Group: connection
-
maxUnacknowledged
default ServerEndpointBuilderFactory.ServerEndpointConsumerBuilder maxUnacknowledged(short maxUnacknowledged)
Parameter K - Maximum number of un-acknowledged messages. The option is a:short
type. Default: 15 Group: connection
-
maxUnacknowledged
default ServerEndpointBuilderFactory.ServerEndpointConsumerBuilder maxUnacknowledged(String maxUnacknowledged)
Parameter K - Maximum number of un-acknowledged messages. The option will be converted to ashort
type. Default: 15 Group: connection
-
timeout1
default ServerEndpointBuilderFactory.ServerEndpointConsumerBuilder timeout1(int timeout1)
Timeout T1 in milliseconds. The option is a:int
type. Default: 15000 Group: connection
-
timeout1
default ServerEndpointBuilderFactory.ServerEndpointConsumerBuilder timeout1(String timeout1)
Timeout T1 in milliseconds. The option will be converted to aint
type. Default: 15000 Group: connection
-
timeout2
default ServerEndpointBuilderFactory.ServerEndpointConsumerBuilder timeout2(int timeout2)
Timeout T2 in milliseconds. The option is a:int
type. Default: 10000 Group: connection
-
timeout2
default ServerEndpointBuilderFactory.ServerEndpointConsumerBuilder timeout2(String timeout2)
Timeout T2 in milliseconds. The option will be converted to aint
type. Default: 10000 Group: connection
-
timeout3
default ServerEndpointBuilderFactory.ServerEndpointConsumerBuilder timeout3(int timeout3)
Timeout T3 in milliseconds. The option is a:int
type. Default: 20000 Group: connection
-
timeout3
default ServerEndpointBuilderFactory.ServerEndpointConsumerBuilder timeout3(String timeout3)
Timeout T3 in milliseconds. The option will be converted to aint
type. Default: 20000 Group: connection
-
causeSourceAddress
default ServerEndpointBuilderFactory.ServerEndpointConsumerBuilder causeSourceAddress(byte causeSourceAddress)
Whether to include the source address. The option is a:byte
type. Group: data
-
causeSourceAddress
default ServerEndpointBuilderFactory.ServerEndpointConsumerBuilder causeSourceAddress(String causeSourceAddress)
Whether to include the source address. The option will be converted to abyte
type. Group: data
-
connectionTimeout
default ServerEndpointBuilderFactory.ServerEndpointConsumerBuilder connectionTimeout(int connectionTimeout)
Timeout in millis to wait for client to establish a connected connection. The option is a:int
type. Default: 10000 Group: data
-
connectionTimeout
default ServerEndpointBuilderFactory.ServerEndpointConsumerBuilder connectionTimeout(String connectionTimeout)
Timeout in millis to wait for client to establish a connected connection. The option will be converted to aint
type. Default: 10000 Group: data
-
ignoreBackgroundScan
default ServerEndpointBuilderFactory.ServerEndpointConsumerBuilder ignoreBackgroundScan(boolean ignoreBackgroundScan)
Whether background scan transmissions should be ignored. The option is a:boolean
type. Default: true Group: data
-
ignoreBackgroundScan
default ServerEndpointBuilderFactory.ServerEndpointConsumerBuilder ignoreBackgroundScan(String ignoreBackgroundScan)
Whether background scan transmissions should be ignored. The option will be converted to aboolean
type. Default: true Group: data
-
ignoreDaylightSavingTime
default ServerEndpointBuilderFactory.ServerEndpointConsumerBuilder ignoreDaylightSavingTime(boolean ignoreDaylightSavingTime)
Whether to ignore or respect DST. The option is a:boolean
type. Default: false Group: data
-
ignoreDaylightSavingTime
default ServerEndpointBuilderFactory.ServerEndpointConsumerBuilder ignoreDaylightSavingTime(String ignoreDaylightSavingTime)
Whether to ignore or respect DST. The option will be converted to aboolean
type. Default: false Group: data
-
timeZone
default ServerEndpointBuilderFactory.ServerEndpointConsumerBuilder timeZone(TimeZone timeZone)
The timezone to use. May be any Java time zone string. The option is a:java.util.TimeZone
type. Default: UTC Group: data
-
timeZone
default ServerEndpointBuilderFactory.ServerEndpointConsumerBuilder timeZone(String timeZone)
The timezone to use. May be any Java time zone string. The option will be converted to ajava.util.TimeZone
type. Default: UTC Group: data
-
connectionId
default ServerEndpointBuilderFactory.ServerEndpointConsumerBuilder connectionId(String connectionId)
An identifier grouping connection instances. The option is a:java.lang.String
type. Group: id
-
-