Interface RemovePeerMessage

All Superinterfaces:
io.hotmoka.websockets.beans.api.RpcMessage

public interface RemovePeerMessage extends io.hotmoka.websockets.beans.api.RpcMessage
The network message corresponding to RestrictedNode.remove(Peer).
  • Method Summary

    Modifier and Type
    Method
    Description
    Yields the peer requested to remove.

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

    equals, getId, getType, hashCode
  • Method Details

    • getPeer

      Peer getPeer()
      Yields the peer requested to remove.
      Returns:
      the peer