RSocketServerCustomizer as of 2.2.7@FunctionalInterface @Deprecated 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)
Deprecated.
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