- All Superinterfaces:
- Function<io.rsocket.RSocketFactory.ServerRSocketFactory,io.rsocket.RSocketFactory.ServerRSocketFactory>
- 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 ServerRSocketFactoryCustomizer
extends Function<io.rsocket.RSocketFactory.ServerRSocketFactory,io.rsocket.RSocketFactory.ServerRSocketFactory>
Mapping function that can be used to customize an RSocket server factory.
- Since:
- 2.2.0
- Author:
- Brian Clozel
- See Also:
RSocketServerFactory