public interface io.vertx.mqtt.messages.MqttSubAckMessage extends io.vertx.mqtt.messages.MqttMessage
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: io.vertx.mqtt.messages.MqttSubAckMessage
super_class: java.lang.Object
{
public static io.vertx.mqtt.messages.MqttSubAckMessage create(int, java.util.List<java.lang.Integer>);
descriptor: (ILjava/util/List;)Lio/vertx/mqtt/messages/MqttSubAckMessage;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new io.vertx.mqtt.messages.impl.MqttSubAckMessageImpl
dup
iload 0
aload 1
invokespecial io.vertx.mqtt.messages.impl.MqttSubAckMessageImpl.<init>:(ILjava/util/List;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 messageId I
0 1 1 grantedQosLevels Ljava/util/List<Ljava/lang/Integer;>;
Signature: (ILjava/util/List<Ljava/lang/Integer;>;)Lio/vertx/mqtt/messages/MqttSubAckMessage;
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.GenIgnore()
RuntimeVisibleTypeAnnotations:
METHOD_RETURN
io.vertx.codegen.annotations.GenIgnore()
MethodParameters:
Name Flags
messageId
grantedQosLevels
public abstract java.util.List<java.lang.Integer> grantedQoSLevels();
descriptor: ()Ljava/util/List;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Ljava/util/List<Ljava/lang/Integer;>;
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.CacheReturn()
}
SourceFile: "MqttSubAckMessage.java"
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.VertxGen()