Package org.spincast.plugins.undertow
Interface WebsocketPeersWriteCallback
public interface WebsocketPeersWriteCallback
Callback to handle the errors found after writing
to some peers.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
connectionClosed
(Set<String> peerIds) The ids of the peers for which a connection has been found as closed.
-
Method Details
-
connectionClosed
The ids of the peers for which a connection has been found as closed. The Set will be empty if all connection are alive.
-