Uses of Class
com.tigerbeetle.TransferBatch
-
-
Uses of TransferBatch in com.tigerbeetle
Methods in com.tigerbeetle that return TransferBatch Modifier and Type Method Description TransferBatch
EchoClient. echo(TransferBatch batch)
TransferBatch
Client. lookupTransfers(IdBatch batch)
Looks up a batch of transfers.Methods in com.tigerbeetle that return types with arguments of type TransferBatch Modifier and Type Method Description CompletableFuture<TransferBatch>
EchoClient. echoAsync(TransferBatch batch)
CompletableFuture<TransferBatch>
Client. lookupTransfersAsync(IdBatch batch)
Looks up a batch of transfers asynchronously.Methods in com.tigerbeetle with parameters of type TransferBatch Modifier and Type Method Description CreateTransferResultBatch
Client. createTransfers(TransferBatch batch)
Submits a batch of new transfers to be created.CompletableFuture<CreateTransferResultBatch>
Client. createTransfersAsync(TransferBatch batch)
Submits a batch of new transfers to be created asynchronously.TransferBatch
EchoClient. echo(TransferBatch batch)
CompletableFuture<TransferBatch>
EchoClient. echoAsync(TransferBatch batch)
-