Interface RSocketServerCustomizer
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
Callback interface that can be used to customize a 
RSocketServer.- Since:
 - 2.3.0
 - Author:
 - Brian Clozel
 - See Also:
 - 
RSocketServer
 
- 
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(io.rsocket.core.RSocketServer rSocketServer) Callback to customize aRSocketServerinstance. 
- 
Method Details
- 
customize
void customize(io.rsocket.core.RSocketServer rSocketServer) Callback to customize aRSocketServerinstance.- Parameters:
 rSocketServer- the RSocket server to customize
 
 -