Uses of Interface
io.hotmoka.local.ResponseBuilder
-
-
Uses of ResponseBuilder in io.hotmoka.local
Classes in io.hotmoka.local that implement ResponseBuilder Modifier and Type Class Description classInitialResponseBuilder<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 ResponseBuilder Modifier and Type Method Description protected 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 with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw ResponseBuilder Modifier and Type Class Description classio.hotmoka.local.internal.transactions.AbstractResponseBuilder<Request extends TransactionRequest<Response>,Response extends TransactionResponse>A generic implementation of the creator of a response.
-