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.

@FunctionalInterface public interface RSocketServerCustomizer
Callback interface that can be used to customize a RSocketServer.
Since:
2.3.0
Author:
Brian Clozel
See Also:
  • RSocketServer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(io.rsocket.core.RSocketServer rSocketServer)
    Callback to customize a RSocketServer instance.
  • Method Details

    • customize

      void customize(io.rsocket.core.RSocketServer rSocketServer)
      Callback to customize a RSocketServer instance.
      Parameters:
      rSocketServer - the RSocket server to customize