Uses of Interface
org.apache.camel.builder.endpoint.dsl.CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder
Packages that use CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder
-
Uses of CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the Corda component.Methods in org.apache.camel.builder.endpoint.dsl that return CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilderModifier and TypeMethodDescriptionCordaEndpointBuilderFactory.CordaEndpointConsumerBuilder.advanced()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.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.CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder.contractStateClass(Class<net.corda.core.contracts.ContractState> contractStateClass) A contract state (or just state) contains opaque data used by a contract program.CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder.contractStateClass(String contractStateClass) A contract state (or just state) contains opaque data used by a contract program.CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) To let the consumer use a custom ExceptionHandler.CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) To let the consumer use a custom ExceptionHandler.CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder.exchangePattern(String exchangePattern) Sets the exchange pattern when the consumer creates an exchange.CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) Sets the exchange pattern when the consumer creates an exchange.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.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.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.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.CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder.queryCriteria(String queryCriteria) QueryCriteria assumes underlying schema tables are correctly indexed for performance.CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder.queryCriteria(net.corda.core.node.services.vault.QueryCriteria queryCriteria) QueryCriteria assumes underlying schema tables are correctly indexed for performance.