Uses of Interface
org.apache.camel.builder.endpoint.dsl.CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder
Packages that use CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder
-
Uses of CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the Corda component.Methods in org.apache.camel.builder.endpoint.dsl that return CordaEndpointBuilderFactory.CordaEndpointConsumerBuilderModifier and TypeMethodDescriptionCordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder.basic()CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder.pageSpecification(String 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.CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder.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.CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder.processSnapshot(boolean processSnapshot) Whether to process snapshots or not.CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder.processSnapshot(String processSnapshot) Whether to process snapshots or not.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.CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder.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.