Interface Server

  • All Superinterfaces:
    Endpoint, Named, Runnable

    public interface Server
    extends Endpoint, Runnable
    Server representation in Citrus is a runnable instance accepting client connections.
    Since:
    2007
    Author:
    Christoph Deppisch
    • Method Detail

      • start

        void start()
        Start the server
      • stop

        void stop()
        Stop the server.
      • isRunning

        boolean isRunning()
        Is server running.
        Returns: