Interface RSocketConnectorConfigurer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Strategy to apply configuration to an 
RSocketConnector. For use with
 RSocketRequester.Builder.- Since:
- 5.2.6
- Author:
- Rossen Stoyanchev
- 
Method SummaryModifier and TypeMethodDescriptionvoidconfigure(RSocketConnector connector) Apply configuration to the givenRSocketConnector.
- 
Method Details- 
configureApply configuration to the givenRSocketConnector.
 
-