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 Summary
Modifier and TypeMethodDescriptionvoidconfigure(io.rsocket.core.RSocketConnector connector) Apply configuration to the givenRSocketConnector. 
- 
Method Details
- 
configure
void configure(io.rsocket.core.RSocketConnector connector) Apply configuration to the givenRSocketConnector. 
 -