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.
@FunctionalInterface public interface RSocketConnectorConfigurer
Strategy to apply configuration to anRSocketConnector. For use withRSocketRequester.Builder.- Since:
- 5.2.6
- Author:
- Rossen Stoyanchev
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigure(io.rsocket.core.RSocketConnector connector)Apply configuration to the givenRSocketConnector.
Method Detail
configure
void configure(io.rsocket.core.RSocketConnector connector)
Apply configuration to the givenRSocketConnector.