| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CordaEndpointBuilderFactory.CordaEndpointBuilder
Builder for endpoint for the Corda component.
|
| Modifier and Type | Method and Description |
|---|---|
default CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder |
CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder.basic() |
default CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder |
CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder.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 CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder |
CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder.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.
|
default CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder |
CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder.password(String password)
Password for login.
|
default CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder |
CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder.username(String username)
Username for login.
|
Apache Camel