| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
MiloServerEndpointBuilderFactory.AdvancedMiloServerEndpointBuilder
Advanced builder for endpoint for the OPC UA Server component.
|
| Modifier and Type | Method and Description |
|---|---|
default MiloServerEndpointBuilderFactory.AdvancedMiloServerEndpointConsumerBuilder |
MiloServerEndpointBuilderFactory.MiloServerEndpointConsumerBuilder.advanced() |
default MiloServerEndpointBuilderFactory.AdvancedMiloServerEndpointConsumerBuilder |
MiloServerEndpointBuilderFactory.AdvancedMiloServerEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default MiloServerEndpointBuilderFactory.AdvancedMiloServerEndpointConsumerBuilder |
MiloServerEndpointBuilderFactory.AdvancedMiloServerEndpointConsumerBuilder.exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default MiloServerEndpointBuilderFactory.AdvancedMiloServerEndpointConsumerBuilder |
MiloServerEndpointBuilderFactory.AdvancedMiloServerEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default MiloServerEndpointBuilderFactory.AdvancedMiloServerEndpointConsumerBuilder |
MiloServerEndpointBuilderFactory.AdvancedMiloServerEndpointConsumerBuilder.exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default MiloServerEndpointBuilderFactory.AdvancedMiloServerEndpointConsumerBuilder |
MiloServerEndpointBuilderFactory.AdvancedMiloServerEndpointConsumerBuilder.synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default MiloServerEndpointBuilderFactory.AdvancedMiloServerEndpointConsumerBuilder |
MiloServerEndpointBuilderFactory.AdvancedMiloServerEndpointConsumerBuilder.synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
Apache Camel