@FunctionalInterface public interface ServerRSocketFactoryProcessor
RSocketFactory.ServerRSocketFactory
before it is used.RSocketServerFactory
Modifier and Type | Method and Description |
---|---|
io.rsocket.RSocketFactory.ServerRSocketFactory |
process(io.rsocket.RSocketFactory.ServerRSocketFactory factory)
Apply this
ServerRSocketFactoryProcessor to the given factory instance
before it's used. |
io.rsocket.RSocketFactory.ServerRSocketFactory process(io.rsocket.RSocketFactory.ServerRSocketFactory factory)
ServerRSocketFactoryProcessor
to the given factory instance
before it's used.factory
- the factory to process