Interface EmbeddedServer

    • Method Detail

      • start

        void start​(jakarta.ws.rs.SeBootstrap.Configuration configuration)
        Starts the server synchronously.
        Parameters:
        configuration - the configuration used to configure the server
      • stop

        void stop()
        Stops the server.
      • getDeployment

        ResteasyDeployment getDeployment()
        Returns the deployment being used for the server.
        Returns:
        the deployment