public class io.vertx.core.eventbus.impl.clustered.ClusteredHandlerHolder extends io.vertx.core.eventbus.impl.HandlerHolder
{
private final long seq;
public void <init>(io.vertx.core.eventbus.impl.HandlerRegistration, boolean, boolean, io.vertx.core.impl.ContextInternal, long)
{
io.vertx.core.eventbus.impl.clustered.ClusteredHandlerHolder v;
io.vertx.core.impl.ContextInternal v;
io.vertx.core.eventbus.impl.HandlerRegistration v;
long v;
boolean v, v;
v := @this: io.vertx.core.eventbus.impl.clustered.ClusteredHandlerHolder;
v := @parameter: io.vertx.core.eventbus.impl.HandlerRegistration;
v := @parameter: boolean;
v := @parameter: boolean;
v := @parameter: io.vertx.core.impl.ContextInternal;
v := @parameter: long;
specialinvoke v.<io.vertx.core.eventbus.impl.HandlerHolder: void <init>(io.vertx.core.eventbus.impl.HandlerRegistration,boolean,boolean,io.vertx.core.impl.ContextInternal)>(v, v, v, v);
v.<io.vertx.core.eventbus.impl.clustered.ClusteredHandlerHolder: long seq> = v;
return;
}
public long getSeq()
{
io.vertx.core.eventbus.impl.clustered.ClusteredHandlerHolder v;
long v;
v := @this: io.vertx.core.eventbus.impl.clustered.ClusteredHandlerHolder;
v = v.<io.vertx.core.eventbus.impl.clustered.ClusteredHandlerHolder: long seq>;
return v;
}
}