Interface ResultMessage<T>

Type Parameters:
T - the type of the result value of the method
All Superinterfaces:
io.hotmoka.websockets.beans.api.RpcMessage, Supplier<T>
All Known Subinterfaces:
AddConstructorCallTransactionResultMessage, AddGameteCreationTransactionResultMessage, AddInstanceMethodCallTransactionResultMessage, AddJarStoreInitialTransactionResultMessage, AddJarStoreTransactionResultMessage, AddStaticMethodCallTransactionResultMessage, GetClassTagResultMessage, GetConsensusConfigResultMessage, GetManifestResultMessage, GetNodeInfoResultMessage, GetPolledResponseResultMessage, GetRequestResultMessage, GetResponseResultMessage, GetStateResultMessage, GetTakamakaCodeResultMessage, PostConstructorCallTransactionResultMessage, PostInstanceMethodCallTransactionResultMessage, PostJarStoreTransactionResultMessage, PostStaticMethodCallTransactionResultMessage, RunInstanceMethodCallTransactionResultMessage, RunStaticMethodCallTransactionResultMessage

public interface ResultMessage<T> extends Supplier<T>, io.hotmoka.websockets.beans.api.RpcMessage
A network message corresponding to the result of method of a node.
  • Method Summary

    Methods inherited from interface io.hotmoka.websockets.beans.api.RpcMessage

    equals, getId, getType, hashCode

    Methods inherited from interface java.util.function.Supplier

    get