AckRequestMsg

public class AckRequestMsg implements Msg<Address, Header<Address>>
Author:Lars Kroll <lkroll@kth.se>

Fields

content

public final Msg<Address, Header<Address>> content

id

public final UUID id

Constructors

AckRequestMsg

public AckRequestMsg(Msg<?, ?> msg, UUID id)

Methods

getDestination

public Address getDestination()

getHeader

public Header<Address> getHeader()

getProtocol

public Transport getProtocol()

getSource

public Address getSource()

reply

public NotifyAck reply()