Interface GetTaskInfosResultMessage

All Superinterfaces:
io.hotmoka.websockets.beans.api.ResultMessage<Stream<TaskInfo>>, io.hotmoka.websockets.beans.api.RpcMessage, Supplier<Stream<TaskInfo>>

public interface GetTaskInfosResultMessage extends io.hotmoka.websockets.beans.api.ResultMessage<Stream<TaskInfo>>
The network message corresponding to the result of the PublicNode.getTaskInfos() 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