Uses of Interface
org.apache.camel.builder.component.dsl.CordaComponentBuilderFactory.CordaComponentBuilder
Packages that use CordaComponentBuilderFactory.CordaComponentBuilder
-
Uses of CordaComponentBuilderFactory.CordaComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return CordaComponentBuilderFactory.CordaComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.corda()Corda (camel-corda) Perform operations against Corda blockchain platform using corda-rpc library. -
Uses of CordaComponentBuilderFactory.CordaComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement CordaComponentBuilderFactory.CordaComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return CordaComponentBuilderFactory.CordaComponentBuilderModifier and TypeMethodDescriptionCordaComponentBuilderFactory.CordaComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.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.CordaComponentBuilderFactory.CordaComponentBuilder.configuration(org.apache.camel.component.corda.CordaConfiguration configuration) To use a shared configuration.CordaComponentBuilderFactory.CordaComponentBuilder.contractStateClass(Class<net.corda.core.contracts.ContractState> contractStateClass) A contract state (or just state) contains opaque data used by a contract program.CordaComponentBuilderFactory.corda()Corda (camel-corda) Perform operations against Corda blockchain platform using corda-rpc library.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.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.CordaComponentBuilderFactory.CordaComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).Operation to use.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.Password for login.CordaComponentBuilderFactory.CordaComponentBuilder.processSnapshot(boolean processSnapshot) Whether to process snapshots or not.CordaComponentBuilderFactory.CordaComponentBuilder.queryCriteria(net.corda.core.node.services.vault.QueryCriteria queryCriteria) QueryCriteria assumes underlying schema tables are correctly indexed for performance.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.Username for login.