public static final class TestTransport.WriteAttempt extends java.lang.Object implements TestTransport.Activity, scala.Product, scala.Serializable
Constructor and Description |
---|
WriteAttempt(Address sender,
Address recipient,
ByteString payload) |
Modifier and Type | Method and Description |
---|---|
ByteString |
payload() |
Address |
recipient() |
Address |
sender() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public WriteAttempt(Address sender, Address recipient, ByteString payload)
public Address sender()
public Address recipient()
public ByteString payload()