default CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder |
CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder.basic() |
|
default CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder |
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.
|
default CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder |
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.
|
default CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder |
CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder.password(String password) |
Password for login.
|
default CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder |
CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder.processSnapshot(boolean processSnapshot) |
Whether to process snapshots or not.
|
default CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder |
CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder.processSnapshot(String processSnapshot) |
Whether to process snapshots or not.
|
default CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder |
CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder.sort(String 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 CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder |
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.
|
default CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder |
CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder.username(String username) |
Username for login.
|