Upgrade dependencies; fix new Sonar smells

This commit is contained in:
Artem Bilan
2020-03-11 10:22:51 -04:00
parent 6b82681cc0
commit e9a3580ef5
5 changed files with 32 additions and 35 deletions

View File

@@ -23,8 +23,6 @@ import org.springframework.integration.rsocket.RSocketInteractionModel;
import org.springframework.integration.rsocket.inbound.RSocketInboundGateway;
import org.springframework.messaging.rsocket.RSocketStrategies;
import reactor.core.publisher.Flux;
/**
* The {@link MessagingGatewaySpec} implementation for the {@link RSocketInboundGateway}.
*
@@ -85,8 +83,10 @@ public class RSocketInboundGatewaySpec extends MessagingGatewaySpec<RSocketInbou
}
/**
* Configure an option to decode an incoming {@link Flux} as a single unit or each its event separately.
* @param decodeFluxAsUnit decode incoming {@link Flux} as a single unit or each event separately.
* Configure an option to decode an incoming {@link reactor.core.publisher.Flux}
* as a single unit or each its event separately.
* @param decodeFluxAsUnit decode incoming {@link reactor.core.publisher.Flux}
* as a single unit or each event separately.
* @return the spec
* @since 5.3
* @see RSocketInboundGateway#setDecodeFluxAsUnit(boolean)