Class Run

  • All Implemented Interfaces:
    Action

    @Command(name="run",
             description="runs the broker instance")
    public class Run
    extends LockAbstract
    • Field Detail

    • Constructor Detail

      • Run

        public Run()
    • Method Detail

      • setEmbedded

        public static void setEmbedded​(boolean embedded)
        This will disable the System.exit at the end of the server.stop, as that means there are other things happening on the same VM.
        Parameters:
        embedded -
      • stop

        protected void stop()