Package org.apache.cassandra.net
Interface OutboundSink.Sink
-
- Enclosing class:
- OutboundSink
public static interface OutboundSink.Sink
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(Message<?> message, InetAddressAndPort to, ConnectionType connectionType)
-
-
-
Method Detail
-
accept
void accept(Message<?> message, InetAddressAndPort to, ConnectionType connectionType)
-
-