default CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder |
CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder.advanced() |
|
default CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder |
CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder.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.AdvancedCordaEndpointConsumerBuilder |
CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder.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.AdvancedCordaEndpointConsumerBuilder |
CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder.contractStateClass(Class<net.corda.core.contracts.ContractState> contractStateClass) |
A contract state (or just state) contains opaque data used by a
contract program.
|
default CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder |
CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder.contractStateClass(String contractStateClass) |
A contract state (or just state) contains opaque data used by a
contract program.
|
default CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder |
CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
default CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder |
CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
default CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder |
CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder.exchangePattern(String exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|
default CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder |
CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|
default CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder |
CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder.flowLogicArguments(Object[] flowLogicArguments) |
Start the given flow with the given arguments, returning an
Observable with a single observation of the result of running the
flow.
|
default CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder |
CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder.flowLogicArguments(String flowLogicArguments) |
Start the given flow with the given arguments, returning an
Observable with a single observation of the result of running the
flow.
|
default CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder |
CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder.flowLogicClass(Class<net.corda.core.flows.FlowLogic<Object>> flowLogicClass) |
Start the given flow with the given arguments, returning an
Observable with a single observation of the result of running the
flow.
|
default CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder |
CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder.flowLogicClass(String flowLogicClass) |
Start the given flow with the given arguments, returning an
Observable with a single observation of the result of running the
flow.
|
default CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder |
CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder.queryCriteria(String queryCriteria) |
QueryCriteria assumes underlying schema tables are correctly indexed
for performance.
|
default CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder |
CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder.queryCriteria(net.corda.core.node.services.vault.QueryCriteria queryCriteria) |
QueryCriteria assumes underlying schema tables are correctly indexed
for performance.
|