Acks

public final class Acks

A utility for producing Ack instances.

Functions

Link copied to clipboard
public static Ack acknowledge(Message id)
Creates an Ack with the OK status.
Link copied to clipboard
public static Ack reject(Message id, RejectionEnvelope cause)
Creates an Ack with the business rejection status.
public static Ack reject(Message id, Error cause)
Creates an Ack with an error status.