public class Acknowledgement extends Object
ACK
or NACK
frame is received. The handler
receives an instance of Acknowledgement
with the subscription Frame
and the impacted messages. The
list of messages depends on the type of acknowledgment used by the subscription.
Subscriptions using the client
mode receives all messages that were waiting for acknowledgment that were
sent before the acknowledged messages. The list also contains the acknowledged message. This is a cumulative
acknowledgement. Subscriptions using the client-individual
mode receives a singleton list containing only
the acknowledged message.
NOTE: This class has been automatically generated from the original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<Acknowledgement> |
__TYPE_ARG |
Constructor and Description |
---|
Acknowledgement(Acknowledgement delegate) |
Acknowledgement(Object delegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<Frame> |
frames() |
Acknowledgement |
getDelegate() |
int |
hashCode() |
static Acknowledgement |
newInstance(Acknowledgement arg) |
Frame |
subscription() |
String |
toString() |
public static final io.vertx.lang.rx.TypeArg<Acknowledgement> __TYPE_ARG
public Acknowledgement(Acknowledgement delegate)
public Acknowledgement(Object delegate)
public Acknowledgement getDelegate()
public Frame subscription()
public List<Frame> frames()
public static Acknowledgement newInstance(Acknowledgement arg)
Copyright © 2022 Eclipse. All rights reserved.