|
Change Parameter Type publisherInterceptors : List<MessageHandlerInterceptor<CommandMessage<?>>> to publisherInterceptors : List<MessageHandlerInterceptor<? super CommandMessage<?>>> in method public reset(newCommand CommandMessage<?>, newCommandHandler MessageHandler<? super CommandMessage<?>>, newInvokerSegmentId int, newPublisherSegmentId int, newCallback BlacklistDetectingCallback, invokerInterceptors List<MessageHandlerInterceptor<? super CommandMessage<?>>>, publisherInterceptors List<MessageHandlerInterceptor<? super CommandMessage<?>>>) : void in class org.axonframework.commandhandling.disruptor.CommandHandlingEntry |
From |
To |
|
Change Parameter Type invokerInterceptors : List<MessageHandlerInterceptor<CommandMessage<?>>> to invokerInterceptors : List<MessageHandlerInterceptor<? super CommandMessage<?>>> in method public reset(newCommand CommandMessage<?>, newCommandHandler MessageHandler<? super CommandMessage<?>>, newInvokerSegmentId int, newPublisherSegmentId int, newCallback BlacklistDetectingCallback, invokerInterceptors List<MessageHandlerInterceptor<? super CommandMessage<?>>>, publisherInterceptors List<MessageHandlerInterceptor<? super CommandMessage<?>>>) : void in class org.axonframework.commandhandling.disruptor.CommandHandlingEntry |
From |
To |
|
Change Parameter Type delegate : CommandCallback<C,R> to delegate : CommandCallback<? super C,R> in method public BlacklistDetectingCallback(delegate CommandCallback<? super C,R>, ringBuffer RingBuffer<CommandHandlingEntry>, commandBus DisruptorCommandBus, rescheduleOnCorruptState boolean) in class org.axonframework.commandhandling.disruptor.BlacklistDetectingCallback |
From |
To |
|
Change Parameter Type invokerInterceptors : List<MessageHandlerInterceptor<CommandMessage<?>>> to invokerInterceptors : List<MessageHandlerInterceptor<? super CommandMessage<?>>> in method public setInvokerInterceptors(invokerInterceptors List<MessageHandlerInterceptor<? super CommandMessage<?>>>) : DisruptorConfiguration in class org.axonframework.commandhandling.disruptor.DisruptorConfiguration |
From |
To |
|
Change Attribute Type dispatchInterceptors : List<MessageDispatchInterceptor<CommandMessage<?>>> to dispatchInterceptors : List<MessageDispatchInterceptor<? super CommandMessage<?>>> in class org.axonframework.commandhandling.disruptor.DisruptorConfiguration |
From |
To |
|
Change Attribute Type invokerInterceptors : List<MessageHandlerInterceptor<CommandMessage<?>>> to invokerInterceptors : List<MessageHandlerInterceptor<? super CommandMessage<?>>> in class org.axonframework.commandhandling.disruptor.DisruptorConfiguration |
From |
To |
|
Change Attribute Type publisherInterceptors : List<MessageHandlerInterceptor<CommandMessage<?>>> to publisherInterceptors : List<MessageHandlerInterceptor<? super CommandMessage<?>>> in class org.axonframework.commandhandling.disruptor.DisruptorCommandBus |
From |
To |
|
Change Attribute Type delegate : CommandCallback<C,R> to delegate : CommandCallback<? super C,R> in class org.axonframework.commandhandling.disruptor.BlacklistDetectingCallback |
From |
To |
|
Change Attribute Type publisherInterceptors : List<MessageHandlerInterceptor<CommandMessage<?>>> to publisherInterceptors : List<MessageHandlerInterceptor<? super CommandMessage<?>>> in class org.axonframework.commandhandling.disruptor.DisruptorConfiguration |
From |
To |
|
Change Attribute Type dispatchInterceptors : List<MessageDispatchInterceptor<CommandMessage<?>>> to dispatchInterceptors : List<MessageDispatchInterceptor<? super CommandMessage<?>>> in class org.axonframework.commandhandling.disruptor.DisruptorCommandBus |
From |
To |
|
Change Attribute Type invokerInterceptors : List<MessageHandlerInterceptor<CommandMessage<?>>> to invokerInterceptors : List<MessageHandlerInterceptor<? super CommandMessage<?>>> in class org.axonframework.commandhandling.disruptor.DisruptorCommandBus |
From |
To |