Uses of Interface
io.hotmoka.local.ResponseBuilder
-
Uses of ResponseBuilder in io.hotmoka.local
Classes in io.hotmoka.local that implement ResponseBuilderModifier and TypeClassDescriptionclassInitialResponseBuilder<Request extends InitialTransactionRequest<Response>,Response extends InitialTransactionResponse> The creator of the response for an initial transaction.classNonInitialResponseBuilder<Request extends NonInitialTransactionRequest<Response>,Response extends NonInitialTransactionResponse> The creator of the response for a non-initial transaction.Methods in io.hotmoka.local that return ResponseBuilderModifier and TypeMethodDescriptionprotected ResponseBuilder<?,?> AbstractLocalNode.responseBuilderFor(TransactionReference reference, TransactionRequest<?> request) Yields the builder of a response for a request of a transaction. -
Uses of ResponseBuilder in io.hotmoka.local.internal.transactions
Classes in io.hotmoka.local.internal.transactions that implement ResponseBuilderModifier and TypeClassDescriptionclassio.hotmoka.local.internal.transactions.AbstractResponseBuilder<Request extends TransactionRequest<Response>,Response extends TransactionResponse> A generic implementation of the creator of a response.