@Configuration(proxyBeanMethods=false) @EnableConfigurationProperties(value=RsocketConsumerProperties.class) public class RsocketConsumerConfiguration extends Object
Constructor and Description |
---|
RsocketConsumerConfiguration() |
Modifier and Type | Method and Description |
---|---|
Function<reactor.core.publisher.Flux<org.springframework.messaging.Message<?>>,reactor.core.publisher.Mono<Void>> |
rsocketConsumer(org.springframework.messaging.rsocket.RSocketRequester.Builder builder,
RsocketConsumerProperties rsocketConsumerProperties) |
@Bean public Function<reactor.core.publisher.Flux<org.springframework.messaging.Message<?>>,reactor.core.publisher.Mono<Void>> rsocketConsumer(org.springframework.messaging.rsocket.RSocketRequester.Builder builder, RsocketConsumerProperties rsocketConsumerProperties)
Copyright © 2022. All rights reserved.