Interface AckReplyConsumer (1.127.3)

public interface AckReplyConsumer

Accepts a reply, sending it to the service.

Methods

ack()

public abstract void ack()

Acknowledges that the message has been successfully processed. The service will not send the message again.

nack()

public abstract void nack()

Signals that the message has not been successfully processed. The service should resend the message.