Class CommandsResolvedEvent

    • Constructor Detail

      • CommandsResolvedEvent

        public CommandsResolvedEvent​(EventsContext context,
                                     java.util.List<io.dropwizard.core.cli.Command> installed)
        Create event.
        Parameters:
        context - event context
        installed - installed commands
    • Method Detail

      • getCommands

        public java.util.List<io.dropwizard.core.cli.Command> getCommands()
        Returns:
        list of registered commands