|
Rename Method private sendReply(replyDest ServerID, message ClusteredMessage, options DeliveryOptions, replyHandler Handler<AsyncResult<Message<T>>>) : void renamed to private clusteredSendReply(replyDest ServerID, sendContext SendContextImpl<T>) : void in class io.vertx.core.eventbus.impl.clustered.ClusteredEventBus |
From |
To |
|
Rename Method protected doAddRegistration(address String, registration HandlerRegistration<T>, replyHandler boolean, localOnly boolean) : boolean renamed to protected addLocalRegistration(address String, registration HandlerRegistration<T>, replyHandler boolean, localOnly boolean) : boolean in class io.vertx.core.eventbus.impl.EventBusImpl |
From |
To |
|
Rename Method private doServe(msg LocalMessage, holder HandlerHolder<T>) : void renamed to private deliverToHandler(msg MessageImpl, holder HandlerHolder<T>) : void in class io.vertx.core.eventbus.impl.EventBusImpl |
From |
To |
|
Rename Method protected serveMessage(msg LocalMessage, handlerRegistration HandlerRegistration<T>, local boolean) : void renamed to protected deliverMessageLocally(msg MessageImpl) : boolean in class io.vertx.core.eventbus.impl.EventBusImpl |
From |
To |
|
Rename Method protected removeRegistration(address String, handler HandlerRegistration<T>) : HandlerHolder renamed to protected removeLocalRegistration(address String, handler HandlerRegistration<T>) : HandlerHolder in class io.vertx.core.eventbus.impl.EventBusImpl |
From |
To |
|
Change Parameter Type msg : LocalMessage to msg : MessageImpl in method protected sendReply(msg MessageImpl, options DeliveryOptions, replyHandler Handler<AsyncResult<Message<R>>>) : void in class io.vertx.core.eventbus.impl.MessageImpl |
From |
To |
|
Change Parameter Type bus : EventBus to vertx : Vertx in method public MessageProducerImpl(vertx Vertx, address String, send boolean, options DeliveryOptions) in class io.vertx.core.eventbus.impl.MessageProducerImpl |
From |
To |
|
Change Parameter Type other : LocalMessage<U,V> to other : MessageImpl<U,V> in method protected MessageImpl(other MessageImpl<U,V>) in class io.vertx.core.eventbus.impl.MessageImpl |
From |
To |
|
Change Parameter Type msg : LocalMessage to msg : MessageImpl in method private deliverToHandler(msg MessageImpl, holder HandlerHolder<T>) : void in class io.vertx.core.eventbus.impl.EventBusImpl |
From |
To |
|
Change Parameter Type message : LocalMessage to message : MessageImpl in method private sendRemote(theServerID ServerID, message MessageImpl) : void in class io.vertx.core.eventbus.impl.clustered.ClusteredEventBus |
From |
To |
|
Change Parameter Type message : LocalMessage to message : MessageImpl in method private createReplyHandlerRegistration(message MessageImpl, options DeliveryOptions, replyHandler Handler<AsyncResult<Message<T>>>) : HandlerRegistration<T> in class io.vertx.core.eventbus.impl.EventBusImpl |
From |
To |
|
Change Parameter Type eventBus : LocalEventBus to eventBus : EventBusImpl in method public HandlerRegistration(vertx Vertx, metrics EventBusMetrics, eventBus EventBusImpl, address String, replyHandler boolean, localOnly boolean, asyncResultHandler Handler<AsyncResult<Message<T>>>, timeout long) in class io.vertx.core.eventbus.impl.HandlerRegistration |
From |
To |
|
Change Parameter Type message : LocalMessage to message : MessageImpl in method private sendOrPubInternal(message MessageImpl, options DeliveryOptions, replyHandler Handler<AsyncResult<Message<T>>>) : void in class io.vertx.core.eventbus.impl.EventBusImpl |
From |
To |
|
Change Parameter Type msg : LocalMessage to msg : MessageImpl in method protected deliverMessageLocally(msg MessageImpl) : boolean in class io.vertx.core.eventbus.impl.EventBusImpl |
From |
To |
|
Change Parameter Type bus : LocalEventBus to bus : EventBusImpl in method public setBus(bus EventBusImpl) : void in class io.vertx.core.eventbus.impl.MessageImpl |
From |
To |
|
Change Return Type void to boolean in method protected deliverMessageLocally(msg MessageImpl) : boolean in class io.vertx.core.eventbus.impl.EventBusImpl |
From |
To |
|
Change Return Type LocalMessage to MessageImpl in method protected createMessage(send boolean, address String, headers MultiMap, body Object, codecName String) : MessageImpl in class io.vertx.core.eventbus.impl.clustered.ClusteredEventBus |
From |
To |
|
Change Return Type LocalMessage to MessageImpl in method protected createMessage(send boolean, address String, headers MultiMap, body Object, codecName String) : MessageImpl in class io.vertx.core.eventbus.impl.EventBusImpl |
From |
To |
|
Change Return Type LocalMessage<U,V> to MessageImpl<U,V> in method public copyBeforeReceive() : MessageImpl<U,V> in class io.vertx.core.eventbus.impl.MessageImpl |
From |
To |