<dependency>
<groupId>io.rsocket.broker</groupId>
<artifactId>rsocket-broker-http-bridge</artifactId>
<version>0.3.0</version>
</dependency>
@Grapes(
@Grab(group='io.rsocket.broker', module='rsocket-broker-http-bridge', version='0.3.0')
)
compile
|-- org.springframework.boot:spring-boot-starter-webflux:2.6.3
|-- org.springframework.boot:spring-boot-starter-rsocket:2.6.3
runtime
|-- io.rsocket.broker:rsocket-broker-client-spring:0.3.0
|-- org.springframework.cloud:spring-cloud-function-web:3.2.1
|-- org.springframework.cloud:spring-cloud-function-rsocket:3.2.1