Interface RemovePeerResultMessage

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

public interface RemovePeerResultMessage extends io.hotmoka.websockets.beans.api.ResultMessage<Boolean>
The network message corresponding to the result of RestrictedNode.remove(io.mokamint.node.api.Peer) 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