Fix compatibility with the latest Reactor
* Fix missed long-running tests according components under testing changes
This commit is contained in:
@@ -894,7 +894,7 @@ public abstract class MessagingGatewaySupport extends AbstractEndpoint
|
||||
|
||||
@Override
|
||||
public boolean send(Message<?> message, long timeout) {
|
||||
return this.replyMono.tryEmitValue(message).hasSucceeded();
|
||||
return this.replyMono.tryEmitValue(message).isSuccess();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user