MessageNotify.Req

public static class Req extends Direct.Request<Resp>

Fields

msg

public final Msg msg

notifyOfDelivery

public final boolean notifyOfDelivery

Constructors

Req

public Req(Msg msg)

Req

public Req(Msg msg, boolean notifyOfDelivery)

Methods

deliveryResponse

public Resp deliveryResponse(long time, boolean success, long nanoEnd)

getMsgId

public UUID getMsgId()

injectSize

public void injectSize(int size, long nanoStart)

prepareResponse

public void prepareResponse(long time, boolean success, long nanoEnd)

toString

public String toString()