Interface MiloClientComponentBuilderFactory.MiloClientComponentBuilder
-
- All Superinterfaces:
ComponentBuilder<org.apache.camel.component.milo.client.MiloClientComponent>
- All Known Implementing Classes:
MiloClientComponentBuilderFactory.MiloClientComponentBuilderImpl
- Enclosing interface:
- MiloClientComponentBuilderFactory
public static interface MiloClientComponentBuilderFactory.MiloClientComponentBuilder extends ComponentBuilder<org.apache.camel.component.milo.client.MiloClientComponent>
Builder for the OPC UA Client component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default MiloClientComponentBuilderFactory.MiloClientComponentBuilderallowedSecurityPolicies(String allowedSecurityPolicies)A set of allowed security policy URIs.default MiloClientComponentBuilderFactory.MiloClientComponentBuilderapplicationName(String applicationName)The application name.default MiloClientComponentBuilderFactory.MiloClientComponentBuilderapplicationUri(String applicationUri)The application URI.default MiloClientComponentBuilderFactory.MiloClientComponentBuilderbasicPropertyBinding(boolean basicPropertyBinding)Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities.default MiloClientComponentBuilderFactory.MiloClientComponentBuilderbridgeErrorHandler(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 MiloClientComponentBuilderFactory.MiloClientComponentBuilderchannelLifetime(Long channelLifetime)Channel lifetime in milliseconds.default MiloClientComponentBuilderFactory.MiloClientComponentBuilderclientId(String clientId)A virtual client id to force the creation of a new connection instance.default MiloClientComponentBuilderFactory.MiloClientComponentBuilderconfiguration(org.apache.camel.component.milo.client.MiloClientConfiguration configuration)All default options for client configurations.default MiloClientComponentBuilderFactory.MiloClientComponentBuilderdiscoveryEndpointSuffix(String discoveryEndpointSuffix)A suffix for endpoint URI when discovering.default MiloClientComponentBuilderFactory.MiloClientComponentBuilderdiscoveryEndpointUri(String discoveryEndpointUri)An alternative discovery URI.default MiloClientComponentBuilderFactory.MiloClientComponentBuilderkeyAlias(String keyAlias)The name of the key in the keystore file.default MiloClientComponentBuilderFactory.MiloClientComponentBuilderkeyPassword(String keyPassword)The key password.default MiloClientComponentBuilderFactory.MiloClientComponentBuilderkeyStorePassword(String keyStorePassword)The keystore password.default MiloClientComponentBuilderFactory.MiloClientComponentBuilderkeyStoreType(String keyStoreType)The key store type.default MiloClientComponentBuilderFactory.MiloClientComponentBuilderkeyStoreUrl(String keyStoreUrl)The URL where the key should be loaded from.default MiloClientComponentBuilderFactory.MiloClientComponentBuilderlazyStartProducer(boolean lazyStartProducer)Whether the producer should be started lazy (on the first message).default MiloClientComponentBuilderFactory.MiloClientComponentBuildermaxPendingPublishRequests(Long maxPendingPublishRequests)The maximum number of pending publish requests.default MiloClientComponentBuilderFactory.MiloClientComponentBuildermaxResponseMessageSize(Long maxResponseMessageSize)The maximum number of bytes a response message may have.default MiloClientComponentBuilderFactory.MiloClientComponentBuilderoverrideHost(boolean overrideHost)Override the server reported endpoint host with the host from the endpoint URI.default MiloClientComponentBuilderFactory.MiloClientComponentBuilderproductUri(String productUri)The product URI.default MiloClientComponentBuilderFactory.MiloClientComponentBuilderrequestedPublishingInterval(Double requestedPublishingInterval)The requested publishing interval in milliseconds.default MiloClientComponentBuilderFactory.MiloClientComponentBuilderrequestTimeout(Long requestTimeout)Request timeout in milliseconds.default MiloClientComponentBuilderFactory.MiloClientComponentBuildersessionName(String sessionName)Session name.default MiloClientComponentBuilderFactory.MiloClientComponentBuildersessionTimeout(Long sessionTimeout)Session timeout in milliseconds.-
Methods inherited from interface org.apache.camel.builder.component.ComponentBuilder
build, build, doSetProperty, register
-
-
-
-
Method Detail
-
clientId
default MiloClientComponentBuilderFactory.MiloClientComponentBuilder clientId(String clientId)
A virtual client id to force the creation of a new connection instance. The option is a:java.lang.Stringtype. Group: common
-
configuration
default MiloClientComponentBuilderFactory.MiloClientComponentBuilder configuration(org.apache.camel.component.milo.client.MiloClientConfiguration configuration)
All default options for client configurations. The option is a:org.apache.camel.component.milo.client.MiloClientConfigurationtype. Group: common
-
discoveryEndpointSuffix
default MiloClientComponentBuilderFactory.MiloClientComponentBuilder discoveryEndpointSuffix(String discoveryEndpointSuffix)
A suffix for endpoint URI when discovering. The option is a:java.lang.Stringtype. Group: common
-
discoveryEndpointUri
default MiloClientComponentBuilderFactory.MiloClientComponentBuilder discoveryEndpointUri(String discoveryEndpointUri)
An alternative discovery URI. The option is a:java.lang.Stringtype. Group: common
-
bridgeErrorHandler
default MiloClientComponentBuilderFactory.MiloClientComponentBuilder 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:booleantype. Default: false Group: consumer
-
lazyStartProducer
default MiloClientComponentBuilderFactory.MiloClientComponentBuilder lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing. The option is a:booleantype. Default: false Group: producer
-
basicPropertyBinding
default MiloClientComponentBuilderFactory.MiloClientComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities. The option is a:booleantype. Default: false Group: advanced
-
allowedSecurityPolicies
default MiloClientComponentBuilderFactory.MiloClientComponentBuilder allowedSecurityPolicies(String allowedSecurityPolicies)
A set of allowed security policy URIs. Default is to accept all and use the highest. The option is a:java.lang.Stringtype. Group: client
-
applicationName
default MiloClientComponentBuilderFactory.MiloClientComponentBuilder applicationName(String applicationName)
The application name. The option is a:java.lang.Stringtype. Default: Apache Camel adapter for Eclipse Milo Group: client
-
applicationUri
default MiloClientComponentBuilderFactory.MiloClientComponentBuilder applicationUri(String applicationUri)
The application URI. The option is a:java.lang.Stringtype. Default: http://camel.apache.org/EclipseMilo/Client Group: client
-
channelLifetime
default MiloClientComponentBuilderFactory.MiloClientComponentBuilder channelLifetime(Long channelLifetime)
Channel lifetime in milliseconds. The option is a:java.lang.Longtype. Group: client
-
keyAlias
default MiloClientComponentBuilderFactory.MiloClientComponentBuilder keyAlias(String keyAlias)
The name of the key in the keystore file. The option is a:java.lang.Stringtype. Group: client
-
keyPassword
default MiloClientComponentBuilderFactory.MiloClientComponentBuilder keyPassword(String keyPassword)
The key password. The option is a:java.lang.Stringtype. Group: client
-
keyStorePassword
default MiloClientComponentBuilderFactory.MiloClientComponentBuilder keyStorePassword(String keyStorePassword)
The keystore password. The option is a:java.lang.Stringtype. Group: client
-
keyStoreType
default MiloClientComponentBuilderFactory.MiloClientComponentBuilder keyStoreType(String keyStoreType)
The key store type. The option is a:java.lang.Stringtype. Group: client
-
keyStoreUrl
default MiloClientComponentBuilderFactory.MiloClientComponentBuilder keyStoreUrl(String keyStoreUrl)
The URL where the key should be loaded from. The option is a:java.lang.Stringtype. Group: client
-
maxPendingPublishRequests
default MiloClientComponentBuilderFactory.MiloClientComponentBuilder maxPendingPublishRequests(Long maxPendingPublishRequests)
The maximum number of pending publish requests. The option is a:java.lang.Longtype. Group: client
-
maxResponseMessageSize
default MiloClientComponentBuilderFactory.MiloClientComponentBuilder maxResponseMessageSize(Long maxResponseMessageSize)
The maximum number of bytes a response message may have. The option is a:java.lang.Longtype. Group: client
-
overrideHost
default MiloClientComponentBuilderFactory.MiloClientComponentBuilder overrideHost(boolean overrideHost)
Override the server reported endpoint host with the host from the endpoint URI. The option is a:booleantype. Default: false Group: client
-
productUri
default MiloClientComponentBuilderFactory.MiloClientComponentBuilder productUri(String productUri)
The product URI. The option is a:java.lang.Stringtype. Default: http://camel.apache.org/EclipseMilo Group: client
-
requestedPublishingInterval
default MiloClientComponentBuilderFactory.MiloClientComponentBuilder requestedPublishingInterval(Double requestedPublishingInterval)
The requested publishing interval in milliseconds. The option is a:java.lang.Doubletype. Default: 1_000.0 Group: client
-
requestTimeout
default MiloClientComponentBuilderFactory.MiloClientComponentBuilder requestTimeout(Long requestTimeout)
Request timeout in milliseconds. The option is a:java.lang.Longtype. Group: client
-
sessionName
default MiloClientComponentBuilderFactory.MiloClientComponentBuilder sessionName(String sessionName)
Session name. The option is a:java.lang.Stringtype. Group: client
-
sessionTimeout
default MiloClientComponentBuilderFactory.MiloClientComponentBuilder sessionTimeout(Long sessionTimeout)
Session timeout in milliseconds. The option is a:java.lang.Longtype. Group: client
-
-