public class io.vertx.core.eventbus.impl.clustered.Serializer
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.vertx.core.eventbus.impl.clustered.Serializer
super_class: java.lang.Object
{
private final io.vertx.core.impl.ContextInternal context;
descriptor: Lio/vertx/core/impl/ContextInternal;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.util.Map<java.lang.String, io.vertx.core.eventbus.impl.clustered.Serializer$SerializerQueue> queues;
descriptor: Ljava/util/Map;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/Map<Ljava/lang/String;Lio/vertx/core/eventbus/impl/clustered/Serializer$SerializerQueue;>;
private void <init>(io.vertx.core.impl.ContextInternal);
descriptor: (Lio/vertx/core/impl/ContextInternal;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield io.vertx.core.eventbus.impl.clustered.Serializer.context:Lio/vertx/core/impl/ContextInternal;
2: aload 0
new java.util.HashMap
dup
invokespecial java.util.HashMap.<init>:()V
putfield io.vertx.core.eventbus.impl.clustered.Serializer.queues:Ljava/util/Map;
3: aload 1
invokeinterface io.vertx.core.impl.ContextInternal.isDeployment:()Z
ifeq 5
4: aload 1
aload 0
invokedynamic close(Lio/vertx/core/eventbus/impl/clustered/Serializer;)Lio/vertx/core/Closeable;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Lio/vertx/core/Promise;)V
io/vertx/core/eventbus/impl/clustered/Serializer.close(Lio/vertx/core/Promise;)V (7)
(Lio/vertx/core/Promise;)V
invokeinterface io.vertx.core.impl.ContextInternal.addCloseHook:(Lio/vertx/core/Closeable;)V
5: StackMap locals: io.vertx.core.eventbus.impl.clustered.Serializer io.vertx.core.impl.ContextInternal
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/vertx/core/eventbus/impl/clustered/Serializer;
0 6 1 context Lio/vertx/core/impl/ContextInternal;
MethodParameters:
Name Flags
context
public static io.vertx.core.eventbus.impl.clustered.Serializer get(io.vertx.core.impl.ContextInternal);
descriptor: (Lio/vertx/core/impl/ContextInternal;)Lio/vertx/core/eventbus/impl/clustered/Serializer;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=5, args_size=1
start local 0 0: aload 0
invokeinterface io.vertx.core.impl.ContextInternal.contextData:()Ljava/util/concurrent/ConcurrentMap;
astore 1
start local 1 1: aload 1
ldc Lio/vertx/core/eventbus/impl/clustered/Serializer;
invokeinterface java.util.concurrent.ConcurrentMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast io.vertx.core.eventbus.impl.clustered.Serializer
astore 2
start local 2 2: aload 2
ifnonnull 9
3: new io.vertx.core.eventbus.impl.clustered.Serializer
dup
aload 0
invokespecial io.vertx.core.eventbus.impl.clustered.Serializer.<init>:(Lio/vertx/core/impl/ContextInternal;)V
astore 3
start local 3 4: aload 1
ldc Lio/vertx/core/eventbus/impl/clustered/Serializer;
aload 3
invokeinterface java.util.concurrent.ConcurrentMap.putIfAbsent:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
checkcast io.vertx.core.eventbus.impl.clustered.Serializer
astore 4
start local 4 5: aload 4
ifnonnull 8
6: aload 3
astore 2
7: goto 9
8: StackMap locals: io.vertx.core.impl.ContextInternal java.util.concurrent.ConcurrentMap io.vertx.core.eventbus.impl.clustered.Serializer io.vertx.core.eventbus.impl.clustered.Serializer io.vertx.core.eventbus.impl.clustered.Serializer
StackMap stack:
aload 4
astore 2
end local 4 end local 3 9: StackMap locals:
StackMap stack:
aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 context Lio/vertx/core/impl/ContextInternal;
1 10 1 contextData Ljava/util/concurrent/ConcurrentMap<Ljava/lang/Object;Ljava/lang/Object;>;
2 10 2 serializer Lio/vertx/core/eventbus/impl/clustered/Serializer;
4 9 3 candidate Lio/vertx/core/eventbus/impl/clustered/Serializer;
5 9 4 previous Lio/vertx/core/eventbus/impl/clustered/Serializer;
MethodParameters:
Name Flags
context
public <T> void queue(io.vertx.core.eventbus.Message<?>, java.util.function.BiConsumer<io.vertx.core.eventbus.Message<?>, io.vertx.core.Promise<T>>, io.vertx.core.Promise<T>);
descriptor: (Lio/vertx/core/eventbus/Message;Ljava/util/function/BiConsumer;Lio/vertx/core/Promise;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=7, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield io.vertx.core.eventbus.impl.clustered.Serializer.context:Lio/vertx/core/impl/ContextInternal;
invokeinterface io.vertx.core.impl.ContextInternal.nettyEventLoop:()Lio/netty/channel/EventLoop;
astore 4
start local 4 1: aload 4
invokeinterface io.netty.channel.EventLoop.inEventLoop:()Z
ifeq 6
2: aload 1
invokeinterface io.vertx.core.eventbus.Message.address:()Ljava/lang/String;
astore 5
start local 5 3: aload 0
getfield io.vertx.core.eventbus.impl.clustered.Serializer.queues:Ljava/util/Map;
aload 5
aload 0
invokedynamic apply(Lio/vertx/core/eventbus/impl/clustered/Serializer;)Ljava/util/function/Function;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;)Ljava/lang/Object;
io/vertx/core/eventbus/impl/clustered/Serializer$SerializerQueue.<init>(Lio/vertx/core/eventbus/impl/clustered/Serializer;Ljava/lang/String;)V (8)
(Ljava/lang/String;)Lio/vertx/core/eventbus/impl/clustered/Serializer$SerializerQueue;
invokeinterface java.util.Map.computeIfAbsent:(Ljava/lang/Object;Ljava/util/function/Function;)Ljava/lang/Object;
checkcast io.vertx.core.eventbus.impl.clustered.Serializer$SerializerQueue
astore 6
start local 6 4: aload 6
aload 1
aload 2
aload 3
invokevirtual io.vertx.core.eventbus.impl.clustered.Serializer$SerializerQueue.add:(Lio/vertx/core/eventbus/Message;Ljava/util/function/BiConsumer;Lio/vertx/core/Promise;)V
end local 6 end local 5 5: goto 7
6: StackMap locals: io.netty.channel.EventLoop
StackMap stack:
aload 4
aload 0
aload 1
aload 2
aload 3
invokedynamic run(Lio/vertx/core/eventbus/impl/clustered/Serializer;Lio/vertx/core/eventbus/Message;Ljava/util/function/BiConsumer;Lio/vertx/core/Promise;)Ljava/lang/Runnable;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
()V
io/vertx/core/eventbus/impl/clustered/Serializer.lambda$2(Lio/vertx/core/eventbus/Message;Ljava/util/function/BiConsumer;Lio/vertx/core/Promise;)V (7)
()V
invokeinterface io.netty.channel.EventLoop.execute:(Ljava/lang/Runnable;)V
7: StackMap locals:
StackMap stack:
return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/vertx/core/eventbus/impl/clustered/Serializer;
0 8 1 message Lio/vertx/core/eventbus/Message<*>;
0 8 2 selectHandler Ljava/util/function/BiConsumer<Lio/vertx/core/eventbus/Message<*>;Lio/vertx/core/Promise<TT;>;>;
0 8 3 promise Lio/vertx/core/Promise<TT;>;
1 8 4 eventLoop Lio/netty/channel/EventLoop;
3 5 5 address Ljava/lang/String;
4 5 6 queue Lio/vertx/core/eventbus/impl/clustered/Serializer$SerializerQueue;
Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/eventbus/Message<*>;Ljava/util/function/BiConsumer<Lio/vertx/core/eventbus/Message<*>;Lio/vertx/core/Promise<TT;>;>;Lio/vertx/core/Promise<TT;>;)V
MethodParameters:
Name Flags
message
selectHandler
promise
private void close(io.vertx.core.Promise<java.lang.Void>);
descriptor: (Lio/vertx/core/Promise;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.eventbus.impl.clustered.Serializer.queues:Ljava/util/Map;
invokedynamic accept()Ljava/util/function/BiConsumer;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;Ljava/lang/Object;)V
io/vertx/core/eventbus/impl/clustered/Serializer.lambda$3(Ljava/lang/String;Lio/vertx/core/eventbus/impl/clustered/Serializer$SerializerQueue;)V (6)
(Ljava/lang/String;Lio/vertx/core/eventbus/impl/clustered/Serializer$SerializerQueue;)V
invokeinterface java.util.Map.forEach:(Ljava/util/function/BiConsumer;)V
1: aload 1
invokeinterface io.vertx.core.Promise.complete:()V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/eventbus/impl/clustered/Serializer;
0 3 1 promise Lio/vertx/core/Promise<Ljava/lang/Void;>;
Signature: (Lio/vertx/core/Promise<Ljava/lang/Void;>;)V
MethodParameters:
Name Flags
promise
private void lambda$2(io.vertx.core.eventbus.Message, java.util.function.BiConsumer, io.vertx.core.Promise);
descriptor: (Lio/vertx/core/eventbus/Message;Ljava/util/function/BiConsumer;Lio/vertx/core/Promise;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
start local 0 0: aload 0
aload 1
aload 2
aload 3
invokevirtual io.vertx.core.eventbus.impl.clustered.Serializer.queue:(Lio/vertx/core/eventbus/Message;Ljava/util/function/BiConsumer;Lio/vertx/core/Promise;)V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/eventbus/impl/clustered/Serializer;
private static void lambda$3(java.lang.String, io.vertx.core.eventbus.impl.clustered.Serializer$SerializerQueue);
descriptor: (Ljava/lang/String;Lio/vertx/core/eventbus/impl/clustered/Serializer$SerializerQueue;)V
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual io.vertx.core.eventbus.impl.clustered.Serializer$SerializerQueue.close:()V
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 address Ljava/lang/String;
0 1 1 queue Lio/vertx/core/eventbus/impl/clustered/Serializer$SerializerQueue;
}
SourceFile: "Serializer.java"
NestMembers:
io.vertx.core.eventbus.impl.clustered.Serializer$SerializerQueue io.vertx.core.eventbus.impl.clustered.Serializer$SerializerQueue$SerializedTask
InnerClasses:
private SerializerQueue = io.vertx.core.eventbus.impl.clustered.Serializer$SerializerQueue of io.vertx.core.eventbus.impl.clustered.Serializer
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles