public class io.vertx.core.eventbus.impl.EventBusImpl$InboundDeliveryContext<T> implements io.vertx.core.eventbus.DeliveryContext<T>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.vertx.core.eventbus.impl.EventBusImpl$InboundDeliveryContext
super_class: java.lang.Object
{
private final io.vertx.core.eventbus.impl.MessageImpl message;
descriptor: Lio/vertx/core/eventbus/impl/MessageImpl;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.util.Iterator<io.vertx.core.Handler<io.vertx.core.eventbus.DeliveryContext>> iter;
descriptor: Ljava/util/Iterator;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/Iterator<Lio/vertx/core/Handler<Lio/vertx/core/eventbus/DeliveryContext;>;>;
private final io.vertx.core.eventbus.impl.HandlerHolder<T> holder;
descriptor: Lio/vertx/core/eventbus/impl/HandlerHolder;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lio/vertx/core/eventbus/impl/HandlerHolder<TT;>;
final io.vertx.core.eventbus.impl.EventBusImpl this$0;
descriptor: Lio/vertx/core/eventbus/impl/EventBusImpl;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(io.vertx.core.eventbus.impl.MessageImpl, io.vertx.core.eventbus.impl.HandlerHolder<T>);
descriptor: (Lio/vertx/core/eventbus/impl/EventBusImpl;Lio/vertx/core/eventbus/impl/MessageImpl;Lio/vertx/core/eventbus/impl/HandlerHolder;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=4, args_size=4
start local 0 start local 2 start local 3 0: aload 0
aload 1
putfield io.vertx.core.eventbus.impl.EventBusImpl$InboundDeliveryContext.this$0:Lio/vertx/core/eventbus/impl/EventBusImpl;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 2
putfield io.vertx.core.eventbus.impl.EventBusImpl$InboundDeliveryContext.message:Lio/vertx/core/eventbus/impl/MessageImpl;
2: aload 0
aload 3
putfield io.vertx.core.eventbus.impl.EventBusImpl$InboundDeliveryContext.holder:Lio/vertx/core/eventbus/impl/HandlerHolder;
3: aload 0
aload 1
getfield io.vertx.core.eventbus.impl.EventBusImpl.receiveInterceptors:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
putfield io.vertx.core.eventbus.impl.EventBusImpl$InboundDeliveryContext.iter:Ljava/util/Iterator;
4: return
end local 3 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/core/eventbus/impl/EventBusImpl$InboundDeliveryContext<TT;>;
0 5 2 message Lio/vertx/core/eventbus/impl/MessageImpl;
0 5 3 holder Lio/vertx/core/eventbus/impl/HandlerHolder<TT;>;
Signature: (Lio/vertx/core/eventbus/impl/MessageImpl;Lio/vertx/core/eventbus/impl/HandlerHolder<TT;>;)V
MethodParameters:
Name Flags
this$0 final
message
holder
public io.vertx.core.eventbus.Message<T> message();
descriptor: ()Lio/vertx/core/eventbus/Message;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.eventbus.impl.EventBusImpl$InboundDeliveryContext.message:Lio/vertx/core/eventbus/impl/MessageImpl;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/eventbus/impl/EventBusImpl$InboundDeliveryContext<TT;>;
Signature: ()Lio/vertx/core/eventbus/Message<TT;>;
public void next();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.eventbus.impl.EventBusImpl$InboundDeliveryContext.iter:Ljava/util/Iterator;
invokeinterface java.util.Iterator.hasNext:()Z
ifeq 10
1: aload 0
getfield io.vertx.core.eventbus.impl.EventBusImpl$InboundDeliveryContext.iter:Ljava/util/Iterator;
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast io.vertx.core.Handler
astore 1
start local 1 2: aload 1
ifnull 5
3: aload 1
aload 0
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
4: goto 11
5: StackMap locals: io.vertx.core.Handler
StackMap stack:
aload 0
invokevirtual io.vertx.core.eventbus.impl.EventBusImpl$InboundDeliveryContext.next:()V
end local 1 6: goto 11
StackMap locals: io.vertx.core.eventbus.impl.EventBusImpl$InboundDeliveryContext
StackMap stack: java.lang.Throwable
7: astore 1
start local 1 8: getstatic io.vertx.core.eventbus.impl.EventBusImpl.log:Lio/vertx/core/logging/Logger;
ldc "Failure in interceptor"
aload 1
invokevirtual io.vertx.core.logging.Logger.error:(Ljava/lang/Object;Ljava/lang/Throwable;)V
end local 1 9: goto 11
10: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.eventbus.impl.EventBusImpl$InboundDeliveryContext.holder:Lio/vertx/core/eventbus/impl/HandlerHolder;
invokevirtual io.vertx.core.eventbus.impl.HandlerHolder.getHandler:()Lio/vertx/core/eventbus/impl/HandlerRegistration;
aload 0
getfield io.vertx.core.eventbus.impl.EventBusImpl$InboundDeliveryContext.message:Lio/vertx/core/eventbus/impl/MessageImpl;
invokevirtual io.vertx.core.eventbus.impl.HandlerRegistration.handle:(Lio/vertx/core/eventbus/Message;)V
11: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lio/vertx/core/eventbus/impl/EventBusImpl$InboundDeliveryContext<TT;>;
2 6 1 handler Lio/vertx/core/Handler<Lio/vertx/core/eventbus/DeliveryContext;>;
8 9 1 t Ljava/lang/Throwable;
Exception table:
from to target type
1 6 7 Class java.lang.Throwable
public boolean send();
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.EventBusImpl$InboundDeliveryContext.message:Lio/vertx/core/eventbus/impl/MessageImpl;
invokevirtual io.vertx.core.eventbus.impl.MessageImpl.isSend:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/eventbus/impl/EventBusImpl$InboundDeliveryContext<TT;>;
public java.lang.Object body();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.eventbus.impl.EventBusImpl$InboundDeliveryContext.message:Lio/vertx/core/eventbus/impl/MessageImpl;
getfield io.vertx.core.eventbus.impl.MessageImpl.receivedBody:Ljava/lang/Object;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/eventbus/impl/EventBusImpl$InboundDeliveryContext<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lio/vertx/core/eventbus/DeliveryContext<TT;>;
SourceFile: "EventBusImpl.java"
NestHost: io.vertx.core.eventbus.impl.EventBusImpl
InnerClasses:
protected InboundDeliveryContext = io.vertx.core.eventbus.impl.EventBusImpl$InboundDeliveryContext of io.vertx.core.eventbus.impl.EventBusImpl