public class io.vertx.core.eventbus.impl.MessageImpl<U, V> implements io.vertx.core.eventbus.Message<V>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.vertx.core.eventbus.impl.MessageImpl
super_class: java.lang.Object
{
private static final io.vertx.core.logging.Logger log;
descriptor: Lio/vertx/core/logging/Logger;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
protected io.vertx.core.eventbus.MessageCodec<U, V> messageCodec;
descriptor: Lio/vertx/core/eventbus/MessageCodec;
flags: (0x0004) ACC_PROTECTED
Signature: Lio/vertx/core/eventbus/MessageCodec<TU;TV;>;
protected io.vertx.core.eventbus.impl.EventBusImpl bus;
descriptor: Lio/vertx/core/eventbus/impl/EventBusImpl;
flags: (0x0004) ACC_PROTECTED
protected java.lang.String address;
descriptor: Ljava/lang/String;
flags: (0x0004) ACC_PROTECTED
protected java.lang.String replyAddress;
descriptor: Ljava/lang/String;
flags: (0x0004) ACC_PROTECTED
protected io.vertx.core.MultiMap ;
descriptor: Lio/vertx/core/MultiMap;
flags: (0x0004) ACC_PROTECTED
protected U sentBody;
descriptor: Ljava/lang/Object;
flags: (0x0004) ACC_PROTECTED
Signature: TU;
protected V receivedBody;
descriptor: Ljava/lang/Object;
flags: (0x0004) ACC_PROTECTED
Signature: TV;
protected boolean send;
descriptor: Z
flags: (0x0004) ACC_PROTECTED
protected io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>> writeHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0004) ACC_PROTECTED
Signature: Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc Lio/vertx/core/eventbus/impl/MessageImpl;
invokestatic io.vertx.core.logging.LoggerFactory.getLogger:(Ljava/lang/Class;)Lio/vertx/core/logging/Logger;
putstatic io.vertx.core.eventbus.impl.MessageImpl.log:Lio/vertx/core/logging/Logger;
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;
public void <init>(java.lang.String, java.lang.String, io.vertx.core.MultiMap, U, io.vertx.core.eventbus.MessageCodec<U, V>, boolean, io.vertx.core.eventbus.impl.EventBusImpl, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Ljava/lang/Object;Lio/vertx/core/eventbus/MessageCodec;ZLio/vertx/core/eventbus/impl/EventBusImpl;Lio/vertx/core/Handler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=9, args_size=9
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 5
putfield io.vertx.core.eventbus.impl.MessageImpl.messageCodec:Lio/vertx/core/eventbus/MessageCodec;
2: aload 0
aload 1
putfield io.vertx.core.eventbus.impl.MessageImpl.address:Ljava/lang/String;
3: aload 0
aload 2
putfield io.vertx.core.eventbus.impl.MessageImpl.replyAddress:Ljava/lang/String;
4: aload 0
aload 3
putfield io.vertx.core.eventbus.impl.MessageImpl.headers:Lio/vertx/core/MultiMap;
5: aload 0
aload 4
putfield io.vertx.core.eventbus.impl.MessageImpl.sentBody:Ljava/lang/Object;
6: aload 0
iload 6
putfield io.vertx.core.eventbus.impl.MessageImpl.send:Z
7: aload 0
aload 7
putfield io.vertx.core.eventbus.impl.MessageImpl.bus:Lio/vertx/core/eventbus/impl/EventBusImpl;
8: aload 0
aload 8
putfield io.vertx.core.eventbus.impl.MessageImpl.writeHandler:Lio/vertx/core/Handler;
9: return
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;
0 10 1 address Ljava/lang/String;
0 10 2 replyAddress Ljava/lang/String;
0 10 3 headers Lio/vertx/core/MultiMap;
0 10 4 sentBody TU;
0 10 5 messageCodec Lio/vertx/core/eventbus/MessageCodec<TU;TV;>;
0 10 6 send Z
0 10 7 bus Lio/vertx/core/eventbus/impl/EventBusImpl;
0 10 8 writeHandler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;TU;Lio/vertx/core/eventbus/MessageCodec<TU;TV;>;ZLio/vertx/core/eventbus/impl/EventBusImpl;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
MethodParameters:
Name Flags
address
replyAddress
headers
sentBody
messageCodec
send
bus
writeHandler
protected void <init>(io.vertx.core.eventbus.impl.MessageImpl<U, V>);
descriptor: (Lio/vertx/core/eventbus/impl/MessageImpl;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=5, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
getfield io.vertx.core.eventbus.impl.MessageImpl.bus:Lio/vertx/core/eventbus/impl/EventBusImpl;
putfield io.vertx.core.eventbus.impl.MessageImpl.bus:Lio/vertx/core/eventbus/impl/EventBusImpl;
2: aload 0
aload 1
getfield io.vertx.core.eventbus.impl.MessageImpl.address:Ljava/lang/String;
putfield io.vertx.core.eventbus.impl.MessageImpl.address:Ljava/lang/String;
3: aload 0
aload 1
getfield io.vertx.core.eventbus.impl.MessageImpl.replyAddress:Ljava/lang/String;
putfield io.vertx.core.eventbus.impl.MessageImpl.replyAddress:Ljava/lang/String;
4: aload 0
aload 1
getfield io.vertx.core.eventbus.impl.MessageImpl.messageCodec:Lio/vertx/core/eventbus/MessageCodec;
putfield io.vertx.core.eventbus.impl.MessageImpl.messageCodec:Lio/vertx/core/eventbus/MessageCodec;
5: aload 1
getfield io.vertx.core.eventbus.impl.MessageImpl.headers:Lio/vertx/core/MultiMap;
ifnull 12
6: aload 1
getfield io.vertx.core.eventbus.impl.MessageImpl.headers:Lio/vertx/core/MultiMap;
invokeinterface io.vertx.core.MultiMap.entries:()Ljava/util/List;
astore 2
start local 2 7: aload 0
new io.vertx.core.http.CaseInsensitiveHeaders
dup
invokespecial io.vertx.core.http.CaseInsensitiveHeaders.<init>:()V
putfield io.vertx.core.eventbus.impl.MessageImpl.headers:Lio/vertx/core/MultiMap;
8: aload 2
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 4
goto 11
StackMap locals: io.vertx.core.eventbus.impl.MessageImpl io.vertx.core.eventbus.impl.MessageImpl java.util.List top java.util.Iterator
StackMap stack:
9: aload 4
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast java.util.Map$Entry
astore 3
start local 3 10: aload 0
getfield io.vertx.core.eventbus.impl.MessageImpl.headers:Lio/vertx/core/MultiMap;
aload 3
invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
checkcast java.lang.String
aload 3
invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
checkcast java.lang.String
invokeinterface io.vertx.core.MultiMap.add:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/MultiMap;
pop
end local 3 11: StackMap locals:
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
ifne 9
end local 2 12: StackMap locals: io.vertx.core.eventbus.impl.MessageImpl io.vertx.core.eventbus.impl.MessageImpl
StackMap stack:
aload 1
getfield io.vertx.core.eventbus.impl.MessageImpl.sentBody:Ljava/lang/Object;
ifnull 15
13: aload 0
aload 1
getfield io.vertx.core.eventbus.impl.MessageImpl.sentBody:Ljava/lang/Object;
putfield io.vertx.core.eventbus.impl.MessageImpl.sentBody:Ljava/lang/Object;
14: aload 0
aload 0
getfield io.vertx.core.eventbus.impl.MessageImpl.messageCodec:Lio/vertx/core/eventbus/MessageCodec;
aload 1
getfield io.vertx.core.eventbus.impl.MessageImpl.sentBody:Ljava/lang/Object;
invokeinterface io.vertx.core.eventbus.MessageCodec.transform:(Ljava/lang/Object;)Ljava/lang/Object;
putfield io.vertx.core.eventbus.impl.MessageImpl.receivedBody:Ljava/lang/Object;
15: StackMap locals:
StackMap stack:
aload 0
aload 1
getfield io.vertx.core.eventbus.impl.MessageImpl.send:Z
putfield io.vertx.core.eventbus.impl.MessageImpl.send:Z
16: aload 0
aload 1
getfield io.vertx.core.eventbus.impl.MessageImpl.writeHandler:Lio/vertx/core/Handler;
putfield io.vertx.core.eventbus.impl.MessageImpl.writeHandler:Lio/vertx/core/Handler;
17: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 18 0 this Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;
0 18 1 other Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;
7 12 2 entries Ljava/util/List<Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;>;
10 11 3 entry Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;
Signature: (Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;)V
MethodParameters:
Name Flags
other
public io.vertx.core.eventbus.impl.MessageImpl<U, V> copyBeforeReceive();
descriptor: ()Lio/vertx/core/eventbus/impl/MessageImpl;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new io.vertx.core.eventbus.impl.MessageImpl
dup
aload 0
invokespecial io.vertx.core.eventbus.impl.MessageImpl.<init>:(Lio/vertx/core/eventbus/impl/MessageImpl;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;
Signature: ()Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;
public java.lang.String address();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.eventbus.impl.MessageImpl.address:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;
public io.vertx.core.MultiMap ();
descriptor: ()Lio/vertx/core/MultiMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.eventbus.impl.MessageImpl.headers:Lio/vertx/core/MultiMap;
ifnonnull 2
1: aload 0
new io.vertx.core.http.CaseInsensitiveHeaders
dup
invokespecial io.vertx.core.http.CaseInsensitiveHeaders.<init>:()V
putfield io.vertx.core.eventbus.impl.MessageImpl.headers:Lio/vertx/core/MultiMap;
2: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.eventbus.impl.MessageImpl.headers:Lio/vertx/core/MultiMap;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;
public V body();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.eventbus.impl.MessageImpl.receivedBody:Ljava/lang/Object;
ifnonnull 2
aload 0
getfield io.vertx.core.eventbus.impl.MessageImpl.sentBody:Ljava/lang/Object;
ifnull 2
1: aload 0
aload 0
getfield io.vertx.core.eventbus.impl.MessageImpl.messageCodec:Lio/vertx/core/eventbus/MessageCodec;
aload 0
getfield io.vertx.core.eventbus.impl.MessageImpl.sentBody:Ljava/lang/Object;
invokeinterface io.vertx.core.eventbus.MessageCodec.transform:(Ljava/lang/Object;)Ljava/lang/Object;
putfield io.vertx.core.eventbus.impl.MessageImpl.receivedBody:Ljava/lang/Object;
2: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.eventbus.impl.MessageImpl.receivedBody:Ljava/lang/Object;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;
Signature: ()TV;
public java.lang.String replyAddress();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.eventbus.impl.MessageImpl.replyAddress:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;
public void fail(int, java.lang.String);
descriptor: (ILjava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=10, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.vertx.core.eventbus.impl.MessageImpl.replyAddress:Ljava/lang/String;
ifnull 6
1: aload 0
aload 0
getfield io.vertx.core.eventbus.impl.MessageImpl.bus:Lio/vertx/core/eventbus/impl/EventBusImpl;
iconst_1
aload 0
getfield io.vertx.core.eventbus.impl.MessageImpl.replyAddress:Ljava/lang/String;
aconst_null
2: new io.vertx.core.eventbus.ReplyException
dup
getstatic io.vertx.core.eventbus.ReplyFailure.RECIPIENT_FAILURE:Lio/vertx/core/eventbus/ReplyFailure;
iload 1
aload 2
invokespecial io.vertx.core.eventbus.ReplyException.<init>:(Lio/vertx/core/eventbus/ReplyFailure;ILjava/lang/String;)V
aconst_null
aconst_null
3: invokevirtual io.vertx.core.eventbus.impl.EventBusImpl.createMessage:(ZLjava/lang/String;Lio/vertx/core/MultiMap;Ljava/lang/Object;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/eventbus/impl/MessageImpl;
4: aconst_null
aconst_null
5: invokevirtual io.vertx.core.eventbus.impl.MessageImpl.sendReply:(Lio/vertx/core/eventbus/impl/MessageImpl;Lio/vertx/core/eventbus/DeliveryOptions;Lio/vertx/core/Handler;)V
6: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;
0 7 1 failureCode I
0 7 2 message Ljava/lang/String;
MethodParameters:
Name Flags
failureCode
message
public void reply(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
new io.vertx.core.eventbus.DeliveryOptions
dup
invokespecial io.vertx.core.eventbus.DeliveryOptions.<init>:()V
aconst_null
invokevirtual io.vertx.core.eventbus.impl.MessageImpl.reply:(Ljava/lang/Object;Lio/vertx/core/eventbus/DeliveryOptions;Lio/vertx/core/Handler;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;
0 2 1 message Ljava/lang/Object;
MethodParameters:
Name Flags
message
public <R> void reply(, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.eventbus.Message<R>>>);
descriptor: (Ljava/lang/Object;Lio/vertx/core/Handler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
new io.vertx.core.eventbus.DeliveryOptions
dup
invokespecial io.vertx.core.eventbus.DeliveryOptions.<init>:()V
aload 2
invokevirtual io.vertx.core.eventbus.impl.MessageImpl.reply:(Ljava/lang/Object;Lio/vertx/core/eventbus/DeliveryOptions;Lio/vertx/core/Handler;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;
0 2 1 message Ljava/lang/Object;
0 2 2 replyHandler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/eventbus/Message<TR;>;>;>;
Signature: <R:Ljava/lang/Object;>(Ljava/lang/Object;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/eventbus/Message<TR;>;>;>;)V
MethodParameters:
Name Flags
message
replyHandler
public void reply(java.lang.Object, io.vertx.core.eventbus.DeliveryOptions);
descriptor: (Ljava/lang/Object;Lio/vertx/core/eventbus/DeliveryOptions;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
aconst_null
invokevirtual io.vertx.core.eventbus.impl.MessageImpl.reply:(Ljava/lang/Object;Lio/vertx/core/eventbus/DeliveryOptions;Lio/vertx/core/Handler;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;
0 2 1 message Ljava/lang/Object;
0 2 2 options Lio/vertx/core/eventbus/DeliveryOptions;
MethodParameters:
Name Flags
message
options
public <R> void reply(, io.vertx.core.eventbus.DeliveryOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.eventbus.Message<R>>>);
descriptor: (Ljava/lang/Object;Lio/vertx/core/eventbus/DeliveryOptions;Lio/vertx/core/Handler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield io.vertx.core.eventbus.impl.MessageImpl.replyAddress:Ljava/lang/String;
ifnull 2
1: aload 0
aload 0
getfield io.vertx.core.eventbus.impl.MessageImpl.bus:Lio/vertx/core/eventbus/impl/EventBusImpl;
iconst_1
aload 0
getfield io.vertx.core.eventbus.impl.MessageImpl.replyAddress:Ljava/lang/String;
aload 2
invokevirtual io.vertx.core.eventbus.DeliveryOptions.getHeaders:()Lio/vertx/core/MultiMap;
aload 1
aload 2
invokevirtual io.vertx.core.eventbus.DeliveryOptions.getCodecName:()Ljava/lang/String;
aconst_null
invokevirtual io.vertx.core.eventbus.impl.EventBusImpl.createMessage:(ZLjava/lang/String;Lio/vertx/core/MultiMap;Ljava/lang/Object;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/eventbus/impl/MessageImpl;
aload 2
aload 3
invokevirtual io.vertx.core.eventbus.impl.MessageImpl.sendReply:(Lio/vertx/core/eventbus/impl/MessageImpl;Lio/vertx/core/eventbus/DeliveryOptions;Lio/vertx/core/Handler;)V
2: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;
0 3 1 message Ljava/lang/Object;
0 3 2 options Lio/vertx/core/eventbus/DeliveryOptions;
0 3 3 replyHandler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/eventbus/Message<TR;>;>;>;
Signature: <R:Ljava/lang/Object;>(Ljava/lang/Object;Lio/vertx/core/eventbus/DeliveryOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/eventbus/Message<TR;>;>;>;)V
MethodParameters:
Name Flags
message
options
replyHandler
public boolean isSend();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.eventbus.impl.MessageImpl.send:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;
public void setReplyAddress(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield io.vertx.core.eventbus.impl.MessageImpl.replyAddress:Ljava/lang/String;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;
0 2 1 replyAddress Ljava/lang/String;
MethodParameters:
Name Flags
replyAddress
public io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>> writeHandler();
descriptor: ()Lio/vertx/core/Handler;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.eventbus.impl.MessageImpl.writeHandler:Lio/vertx/core/Handler;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;
Signature: ()Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
public io.vertx.core.eventbus.MessageCodec<U, V> codec();
descriptor: ()Lio/vertx/core/eventbus/MessageCodec;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.eventbus.impl.MessageImpl.messageCodec:Lio/vertx/core/eventbus/MessageCodec;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;
Signature: ()Lio/vertx/core/eventbus/MessageCodec<TU;TV;>;
public void setBus(io.vertx.core.eventbus.impl.EventBusImpl);
descriptor: (Lio/vertx/core/eventbus/impl/EventBusImpl;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield io.vertx.core.eventbus.impl.MessageImpl.bus:Lio/vertx/core/eventbus/impl/EventBusImpl;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;
0 2 1 bus Lio/vertx/core/eventbus/impl/EventBusImpl;
MethodParameters:
Name Flags
bus
protected <R> void sendReply(io.vertx.core.eventbus.impl.MessageImpl, io.vertx.core.eventbus.DeliveryOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.eventbus.Message<R>>>);
descriptor: (Lio/vertx/core/eventbus/impl/MessageImpl;Lio/vertx/core/eventbus/DeliveryOptions;Lio/vertx/core/Handler;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield io.vertx.core.eventbus.impl.MessageImpl.bus:Lio/vertx/core/eventbus/impl/EventBusImpl;
ifnull 2
1: aload 0
getfield io.vertx.core.eventbus.impl.MessageImpl.bus:Lio/vertx/core/eventbus/impl/EventBusImpl;
aload 1
aload 0
aload 2
aload 3
invokevirtual io.vertx.core.eventbus.impl.EventBusImpl.sendReply:(Lio/vertx/core/eventbus/impl/MessageImpl;Lio/vertx/core/eventbus/impl/MessageImpl;Lio/vertx/core/eventbus/DeliveryOptions;Lio/vertx/core/Handler;)V
2: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;
0 3 1 msg Lio/vertx/core/eventbus/impl/MessageImpl;
0 3 2 options Lio/vertx/core/eventbus/DeliveryOptions;
0 3 3 replyHandler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/eventbus/Message<TR;>;>;>;
Signature: <R:Ljava/lang/Object;>(Lio/vertx/core/eventbus/impl/MessageImpl;Lio/vertx/core/eventbus/DeliveryOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/eventbus/Message<TR;>;>;>;)V
MethodParameters:
Name Flags
msg
options
replyHandler
protected boolean isLocal();
descriptor: ()Z
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;
}
Signature: <U:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;Lio/vertx/core/eventbus/Message<TV;>;
SourceFile: "MessageImpl.java"
InnerClasses:
public abstract Entry = java.util.Map$Entry of java.util.Map