default CordaComponentBuilderFactory.CordaComponentBuilder |
CordaComponentBuilderFactory.CordaComponentBuilder.autowiredEnabled(boolean autowiredEnabled) |
Whether autowiring is enabled.
|
default CordaComponentBuilderFactory.CordaComponentBuilder |
CordaComponentBuilderFactory.CordaComponentBuilder.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 CordaComponentBuilderFactory.CordaComponentBuilder |
CordaComponentBuilderFactory.CordaComponentBuilder.configuration(org.apache.camel.component.corda.CordaConfiguration configuration) |
To use a shared configuration.
|
default CordaComponentBuilderFactory.CordaComponentBuilder |
CordaComponentBuilderFactory.CordaComponentBuilder.contractStateClass(Class<net.corda.core.contracts.ContractState> contractStateClass) |
A contract state (or just state) contains opaque data used by a
contract program.
|
static CordaComponentBuilderFactory.CordaComponentBuilder |
CordaComponentBuilderFactory.corda() |
Corda (camel-corda)
Perform operations against Corda blockchain platform using corda-rpc
library.
|
default CordaComponentBuilderFactory.CordaComponentBuilder |
CordaComponentBuilderFactory.CordaComponentBuilder.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 CordaComponentBuilderFactory.CordaComponentBuilder |
CordaComponentBuilderFactory.CordaComponentBuilder.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 CordaComponentBuilderFactory.CordaComponentBuilder |
CordaComponentBuilderFactory.CordaComponentBuilder.lazyStartProducer(boolean lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default CordaComponentBuilderFactory.CordaComponentBuilder |
CordaComponentBuilderFactory.CordaComponentBuilder.operation(String operation) |
Operation to use.
|
default CordaComponentBuilderFactory.CordaComponentBuilder |
CordaComponentBuilderFactory.CordaComponentBuilder.pageSpecification(net.corda.core.node.services.vault.PageSpecification pageSpecification) |
PageSpecification allows specification of a page number (starting
from 1) and page size (defaulting to 200 with a maximum page size of
(Integer.MAX_INT) Note: we default the page number to 200 to enable
queries without requiring a page specification but enabling detection
of large results sets that fall out of the 200 requirement.
|
default CordaComponentBuilderFactory.CordaComponentBuilder |
CordaComponentBuilderFactory.CordaComponentBuilder.password(String password) |
Password for login.
|
default CordaComponentBuilderFactory.CordaComponentBuilder |
CordaComponentBuilderFactory.CordaComponentBuilder.processSnapshot(boolean processSnapshot) |
Whether to process snapshots or not.
|
default CordaComponentBuilderFactory.CordaComponentBuilder |
CordaComponentBuilderFactory.CordaComponentBuilder.queryCriteria(net.corda.core.node.services.vault.QueryCriteria queryCriteria) |
QueryCriteria assumes underlying schema tables are correctly indexed
for performance.
|
default CordaComponentBuilderFactory.CordaComponentBuilder |
CordaComponentBuilderFactory.CordaComponentBuilder.sort(net.corda.core.node.services.vault.Sort sort) |
Sort allows specification of a set of entity attribute names and
their associated directionality and null handling, to be applied upon
processing a query specification.
|
default CordaComponentBuilderFactory.CordaComponentBuilder |
CordaComponentBuilderFactory.CordaComponentBuilder.username(String username) |
Username for login.
|