Class RsocketConsumerConfiguration
java.lang.Object
org.springframework.cloud.fn.consumer.rsocket.RsocketConsumerConfiguration
@Configuration(proxyBeanMethods=false)
@EnableConfigurationProperties(RsocketConsumerProperties.class)
public class RsocketConsumerConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrsocketConsumer
(RSocketRequester.Builder builder, RsocketConsumerProperties rsocketConsumerProperties)
-
Constructor Details
-
RsocketConsumerConfiguration
public RsocketConsumerConfiguration()
-
-
Method Details
-
rsocketConsumer
@Bean public Function<reactor.core.publisher.Flux<Message<?>>,reactor.core.publisher.Mono<Void>> rsocketConsumer(RSocketRequester.Builder builder, RsocketConsumerProperties rsocketConsumerProperties)
-