default CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder |
CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder.basic() |
|
default CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder |
CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder.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 CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder |
CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder.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.
|
default CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder |
CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder.pageSpecification(Object 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(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.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(Object 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(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.username(String username) |
Username for login.
|