Uses of Interface
org.springframework.messaging.rsocket.ClientRSocketFactoryConfigurer
Packages that use ClientRSocketFactoryConfigurer Package Description org.springframework.messaging.rsocket Support for the RSocket protocol.org.springframework.messaging.rsocket.annotation.support Support classes for working with annotated RSocket stream handling methods.Uses of ClientRSocketFactoryConfigurer in org.springframework.messaging.rsocket
Methods in org.springframework.messaging.rsocket with parameters of type ClientRSocketFactoryConfigurer Modifier and Type Method Description RSocketRequester.BuilderRSocketRequester.Builder. rsocketFactory(ClientRSocketFactoryConfigurer configurer)Deprecated.as of 5.2.6 following the deprecation ofRSocketFactory.ClientRSocketFactoryin RSocket 1.0 RC7.Uses of ClientRSocketFactoryConfigurer in org.springframework.messaging.rsocket.annotation.support
Methods in org.springframework.messaging.rsocket.annotation.support that return ClientRSocketFactoryConfigurer Modifier and Type Method Description static ClientRSocketFactoryConfigurerRSocketMessageHandler. clientResponder(RSocketStrategies strategies, Object... candidateHandlers)Deprecated.as of 5.2.6 following the deprecation ofRSocketFactory.ClientRSocketFactoryin RSocket 1.0 RC7.