Interface WebsocketPeersWriteCallback


public interface WebsocketPeersWriteCallback
Callback to handle the errors found after writing to some peers.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The ids of the peers for which a connection has been found as closed.
  • Method Details

    • connectionClosed

      void connectionClosed(Set<String> peerIds)
      The ids of the peers for which a connection has been found as closed. The Set will be empty if all connection are alive.