CommandRetrievalOnPrimaryService
API
CommandRetrievalOnPrimaryService.java
class CommandRetrievalOnPrimaryService {
List<CommandDto> findCommandsOnPrimaryAsDto(UUID interactionId, Integer batchSize) (1)
Integer default1FindCommandsOnPrimaryAsDto()
}
1 | findCommandsOnPrimaryAsDto(UUID, Integer)
Returns the command(s) that have been executed on the primary with the specified interactionId. |
Members
findCommandsOnPrimaryAsDto(UUID, Integer)
Returns the command(s) that have been executed on the primary with the specified interactionId.
This action should be called with HTTP Accept Header set to: application/xml;profile="urn:org.restfulobjects:repr-types/action-result";x-ro-domain-type="org.apache.causeway.schema.cmd.v2.CommandsDto"