Package org.jgroups.tests.rt
Interface RtReceiver
- All Known Implementing Classes:
RoundTrip
public interface RtReceiver
Receives messages from a
RtTransport via a callback. Needs to be registered with RtTransport- Since:
- 4.0
-
Method Summary
-
Method Details
-
receive
Called when a message is received. Note that this method may be called by multiple threads concurrently- Parameters:
sender- The address of the senderbuf- The bufferoffset- The offset of the data in the bufferlength- The length (bytes) of the data
-