|
Change Parameter Type msg : MessageImpl to msg : LocalMessage in method protected serveMessage(msg LocalMessage, local boolean) : boolean in class io.vertx.core.eventbus.impl.local.LocalEventBus |
From |
To |
|
Change Parameter Type message : MessageImpl to message : ClusteredMessage in method package writeMessage(message ClusteredMessage) : void in class io.vertx.core.eventbus.impl.clustered.ConnectionHolder |
From |
To |
|
Change Parameter Type handler : Handler<Message<T>> to handler : HandlerRegistration<T> in method public removeRegistration(address String, handler HandlerRegistration<T>, completionHandler Handler<AsyncResult<Void>>) : void in class io.vertx.core.eventbus.impl.local.LocalEventBus |
From |
To |
|
Change Parameter Type msg : MessageImpl to msg : LocalMessage in method protected sendReply(msg LocalMessage, options DeliveryOptions, replyHandler Handler<AsyncResult<Message<R>>>) : void in class io.vertx.core.eventbus.impl.local.LocalMessage |
From |
To |
|
Change Parameter Type other : MessageImpl<U,V> to other : LocalMessage<U,V> in method protected LocalMessage(other LocalMessage<U,V>) in class io.vertx.core.eventbus.impl.local.LocalMessage |
From |
To |
|
Change Parameter Type message : MessageImpl to message : LocalMessage in method protected createReplyHandlerRegistration(message LocalMessage, options DeliveryOptions, replyHandler Handler<AsyncResult<Message<T>>>) : HandlerRegistration<T> in class io.vertx.core.eventbus.impl.local.LocalEventBus |
From |
To |
|
Push Down Attribute private sendNoContext : Context from class io.vertx.core.eventbus.impl.EventBusImpl to private sendNoContext : Context from class io.vertx.core.eventbus.impl.clustered.ClusteredEventBus |
From |
To |
|
Push Down Attribute private subs : AsyncMultiMap<String,ServerID> from class io.vertx.core.eventbus.impl.EventBusImpl to private subs : AsyncMultiMap<String,ServerID> from class io.vertx.core.eventbus.impl.clustered.ClusteredEventBus |
From |
To |
|
Push Down Attribute private connections : ConcurrentMap<ServerID,ConnectionHolder> from class io.vertx.core.eventbus.impl.EventBusImpl to private connections : ConcurrentMap<ServerID,ConnectionHolder> from class io.vertx.core.eventbus.impl.clustered.ClusteredEventBus |
From |
To |
|
Push Down Attribute private serverID : ServerID from class io.vertx.core.eventbus.impl.EventBusImpl to private serverID : ServerID from class io.vertx.core.eventbus.impl.clustered.ClusteredEventBus |
From |
To |
|
Push Down Attribute private bodyPos : int from class io.vertx.core.eventbus.impl.MessageImpl to private bodyPos : int from class io.vertx.core.eventbus.impl.clustered.ClusteredMessage |
From |
To |
|
Push Down Attribute private WIRE_PROTOCOL_VERSION : byte from class io.vertx.core.eventbus.impl.MessageImpl to private WIRE_PROTOCOL_VERSION : byte from class io.vertx.core.eventbus.impl.clustered.ClusteredMessage |
From |
To |
|
Push Down Attribute private headersPos : int from class io.vertx.core.eventbus.impl.MessageImpl to private headersPos : int from class io.vertx.core.eventbus.impl.clustered.ClusteredMessage |
From |
To |
|
Push Down Attribute private server : NetServer from class io.vertx.core.eventbus.impl.EventBusImpl to private server : NetServer from class io.vertx.core.eventbus.impl.clustered.ClusteredEventBus |
From |
To |
|
Push Down Attribute private wireBuffer : Buffer from class io.vertx.core.eventbus.impl.MessageImpl to private wireBuffer : Buffer from class io.vertx.core.eventbus.impl.clustered.ClusteredMessage |
From |
To |
|
Push Down Attribute private PONG : Buffer from class io.vertx.core.eventbus.impl.EventBusImpl to private PONG : Buffer from class io.vertx.core.eventbus.impl.clustered.ClusteredEventBus |
From |
To |
|
Push Down Attribute private haManager : HAManager from class io.vertx.core.eventbus.impl.EventBusImpl to private haManager : HAManager from class io.vertx.core.eventbus.impl.clustered.ClusteredEventBus |
From |
To |
|
Push Down Attribute private sender : ServerID from class io.vertx.core.eventbus.impl.MessageImpl to private sender : ServerID from class io.vertx.core.eventbus.impl.clustered.ClusteredMessage |
From |
To |
|
Move Attribute private CHAR_MESSAGE_CODEC : MessageCodec<Character,Character> from class io.vertx.core.eventbus.impl.EventBusImpl to public CHAR_MESSAGE_CODEC : MessageCodec<Character,Character> from class io.vertx.core.eventbus.impl.CodecManager |
From |
To |
|
Move Attribute private userCodecMap : ConcurrentMap<String,MessageCodec> from class io.vertx.core.eventbus.impl.EventBusImpl to private userCodecMap : ConcurrentMap<String,MessageCodec> from class io.vertx.core.eventbus.impl.CodecManager |
From |
To |
|
Move Attribute private INT_MESSAGE_CODEC : MessageCodec<Integer,Integer> from class io.vertx.core.eventbus.impl.EventBusImpl to public INT_MESSAGE_CODEC : MessageCodec<Integer,Integer> from class io.vertx.core.eventbus.impl.CodecManager |
From |
To |
|
Move Attribute private NULL_MESSAGE_CODEC : MessageCodec<String,String> from class io.vertx.core.eventbus.impl.EventBusImpl to public NULL_MESSAGE_CODEC : MessageCodec<String,String> from class io.vertx.core.eventbus.impl.CodecManager |
From |
To |
|
Move Attribute private DOUBLE_MESSAGE_CODEC : MessageCodec<Double,Double> from class io.vertx.core.eventbus.impl.EventBusImpl to public DOUBLE_MESSAGE_CODEC : MessageCodec<Double,Double> from class io.vertx.core.eventbus.impl.CodecManager |
From |
To |
|
Move Attribute private systemCodecs : MessageCodec[] from class io.vertx.core.eventbus.impl.EventBusImpl to private systemCodecs : MessageCodec[] from class io.vertx.core.eventbus.impl.CodecManager |
From |
To |
|
Move Attribute private JSON_OBJECT_MESSAGE_CODEC : MessageCodec<JsonObject,JsonObject> from class io.vertx.core.eventbus.impl.EventBusImpl to public JSON_OBJECT_MESSAGE_CODEC : MessageCodec<JsonObject,JsonObject> from class io.vertx.core.eventbus.impl.CodecManager |
From |
To |
|
Move Attribute private BUFFER_MESSAGE_CODEC : MessageCodec<Buffer,Buffer> from class io.vertx.core.eventbus.impl.EventBusImpl to public BUFFER_MESSAGE_CODEC : MessageCodec<Buffer,Buffer> from class io.vertx.core.eventbus.impl.CodecManager |
From |
To |
|
Move Attribute private STRING_MESSAGE_CODEC : MessageCodec<String,String> from class io.vertx.core.eventbus.impl.EventBusImpl to public STRING_MESSAGE_CODEC : MessageCodec<String,String> from class io.vertx.core.eventbus.impl.CodecManager |
From |
To |
|
Move Attribute private LONG_MESSAGE_CODEC : MessageCodec<Long,Long> from class io.vertx.core.eventbus.impl.EventBusImpl to public LONG_MESSAGE_CODEC : MessageCodec<Long,Long> from class io.vertx.core.eventbus.impl.CodecManager |
From |
To |
|
Move Attribute private PING_MESSAGE_CODEC : MessageCodec<String,String> from class io.vertx.core.eventbus.impl.EventBusImpl to public PING_MESSAGE_CODEC : MessageCodec<String,String> from class io.vertx.core.eventbus.impl.CodecManager |
From |
To |
|
Move Attribute private REPLY_EXCEPTION_MESSAGE_CODEC : MessageCodec<ReplyException,ReplyException> from class io.vertx.core.eventbus.impl.EventBusImpl to public REPLY_EXCEPTION_MESSAGE_CODEC : MessageCodec<ReplyException,ReplyException> from class io.vertx.core.eventbus.impl.CodecManager |
From |
To |
|
Move Attribute private JSON_ARRAY_MESSAGE_CODEC : MessageCodec<JsonArray,JsonArray> from class io.vertx.core.eventbus.impl.EventBusImpl to public JSON_ARRAY_MESSAGE_CODEC : MessageCodec<JsonArray,JsonArray> from class io.vertx.core.eventbus.impl.CodecManager |
From |
To |
|
Move Attribute private FLOAT_MESSAGE_CODEC : MessageCodec<Float,Float> from class io.vertx.core.eventbus.impl.EventBusImpl to public FLOAT_MESSAGE_CODEC : MessageCodec<Float,Float> from class io.vertx.core.eventbus.impl.CodecManager |
From |
To |
|
Move Attribute private SHORT_MESSAGE_CODEC : MessageCodec<Short,Short> from class io.vertx.core.eventbus.impl.EventBusImpl to public SHORT_MESSAGE_CODEC : MessageCodec<Short,Short> from class io.vertx.core.eventbus.impl.CodecManager |
From |
To |
|
Move Attribute private BYTE_MESSAGE_CODEC : MessageCodec<Byte,Byte> from class io.vertx.core.eventbus.impl.EventBusImpl to public BYTE_MESSAGE_CODEC : MessageCodec<Byte,Byte> from class io.vertx.core.eventbus.impl.CodecManager |
From |
To |
|
Move Attribute private BOOLEAN_MESSAGE_CODEC : MessageCodec<Boolean,Boolean> from class io.vertx.core.eventbus.impl.EventBusImpl to public BOOLEAN_MESSAGE_CODEC : MessageCodec<Boolean,Boolean> from class io.vertx.core.eventbus.impl.CodecManager |
From |
To |
|
Move Attribute private defaultCodecMap : ConcurrentMap<Class,MessageCodec> from class io.vertx.core.eventbus.impl.EventBusImpl to private defaultCodecMap : ConcurrentMap<Class,MessageCodec> from class io.vertx.core.eventbus.impl.CodecManager |
From |
To |
|
Move Attribute private BYTE_ARRAY_MESSAGE_CODEC : MessageCodec<byte[],byte[]> from class io.vertx.core.eventbus.impl.EventBusImpl to public BYTE_ARRAY_MESSAGE_CODEC : MessageCodec<byte[],byte[]> from class io.vertx.core.eventbus.impl.CodecManager |
From |
To |
|
Rename Method private registerHandler(address String, registration HandlerRegistration<T>, replyHandler boolean, localOnly boolean, timeoutID long) : void renamed to public addRegistration(address String, registration HandlerRegistration<T>, replyHandler boolean, localOnly boolean) : void in class io.vertx.core.eventbus.impl.local.LocalEventBus |
From |
To |
|
Rename Method private unregisterHandler(address String, handler Handler<Message<T>>, completionHandler Handler<AsyncResult<Void>>) : void renamed to public removeRegistration(address String, handler HandlerRegistration<T>, completionHandler Handler<AsyncResult<Void>>) : void in class io.vertx.core.eventbus.impl.local.LocalEventBus |
From |
To |
|
Rename Method private receiveMessage(msg MessageImpl, timeoutID long, replyHandler Handler<AsyncResult<Message<T>>>, simpleReplyHandler Handler<Message<T>>, local boolean) : void renamed to protected serveMessage(msg LocalMessage, local boolean) : boolean in class io.vertx.core.eventbus.impl.local.LocalEventBus |
From |
To |
|
Rename Method package sendReply(dest ServerID, message MessageImpl, options DeliveryOptions, replyHandler Handler<AsyncResult<Message<T>>>) : void renamed to protected createReplyHandlerRegistration(message LocalMessage, options DeliveryOptions, replyHandler Handler<AsyncResult<Message<T>>>) : HandlerRegistration<T> in class io.vertx.core.eventbus.impl.local.LocalEventBus |
From |
To |
|
Rename Method public setRemoveSubsHandler(removeSubsHandler FailoverCompleteHandler) : void renamed to public setNodeCrashedHandler(removeSubsHandler FailoverCompleteHandler) : void in class io.vertx.core.impl.HAManager |
From |
To |
|
Push Down Method private decodeBody() : void from class io.vertx.core.eventbus.impl.MessageImpl to private decodeBody() : void from class io.vertx.core.eventbus.impl.clustered.ClusteredMessage |
From |
To |
|
Push Down Method private writeBody(buff Buffer) : void from class io.vertx.core.eventbus.impl.MessageImpl to private writeBody(buff Buffer) : void from class io.vertx.core.eventbus.impl.clustered.ClusteredMessage |
From |
To |
|
Push Down Method public encodeToWire() : Buffer from class io.vertx.core.eventbus.impl.MessageImpl to public encodeToWire() : Buffer from class io.vertx.core.eventbus.impl.clustered.ClusteredMessage |
From |
To |
|
Push Down Method private decodeHeaders() : void from class io.vertx.core.eventbus.impl.MessageImpl to private decodeHeaders() : void from class io.vertx.core.eventbus.impl.clustered.ClusteredMessage |
From |
To |
|
Push Down Method private removeSub(subName String, theServerID ServerID, completionHandler Handler<AsyncResult<Void>>) : void from class io.vertx.core.eventbus.impl.EventBusImpl to private removeSub(subName String, theServerID ServerID, completionHandler Handler<AsyncResult<Void>>) : void from class io.vertx.core.eventbus.impl.clustered.ClusteredEventBus |
From |
To |
|
Push Down Method private encodeHeaders(buffer Buffer) : void from class io.vertx.core.eventbus.impl.MessageImpl to private encodeHeaders(buffer Buffer) : void from class io.vertx.core.eventbus.impl.clustered.ClusteredMessage |
From |
To |
|
Push Down Method private writeString(buff Buffer, str String) : void from class io.vertx.core.eventbus.impl.MessageImpl to private writeString(buff Buffer, str String) : void from class io.vertx.core.eventbus.impl.clustered.ClusteredMessage |
From |
To |
|
Change Return Type MessageImpl<U,V> to LocalMessage<U,V> in method public copyBeforeReceive() : LocalMessage<U,V> in class io.vertx.core.eventbus.impl.local.LocalMessage |
From |
To |
|
Change Return Type void to boolean in method protected serveMessage(msg LocalMessage, local boolean) : boolean in class io.vertx.core.eventbus.impl.local.LocalEventBus |
From |
To |
|
Change Return Type MessageImpl to LocalMessage in method public createMessage(send boolean, address String, headers MultiMap, body Object, codecName String) : LocalMessage in class io.vertx.core.eventbus.impl.local.LocalEventBus |
From |
To |
|
Change Return Type void to HandlerRegistration<T> in method protected createReplyHandlerRegistration(message LocalMessage, options DeliveryOptions, replyHandler Handler<AsyncResult<Message<T>>>) : HandlerRegistration<T> in class io.vertx.core.eventbus.impl.local.LocalEventBus |
From |
To |
|
Change Return Type MessageCodec to MessageCodec<U,V> in method public codec() : MessageCodec<U,V> in class io.vertx.core.eventbus.impl.local.LocalMessage |
From |
To |