Interface RSocketServer

All Known Implementing Classes:
NettyRSocketServer

public interface RSocketServer
Simple interface that represents a fully configured RSocket server. Allows the server to be started and stopped.
Since:
2.2.0
Author:
Brian Clozel
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    Choice of transport protocol for the RSocket server.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the address this server is listening on.
    void
    Starts the RSocket server.
    void
    Stops the RSocket server.
  • Method Details