Interface StartupRunnable

  • All Superinterfaces:
    java.lang.Runnable
    All Known Implementing Classes:
    IssueReporterStartupRunnable

    @API(status=MAINTAINED)
    public interface StartupRunnable
    extends java.lang.Runnable
    A Runnable that is called as a startup action if registered to provide a StartupRunnable service that can be loaded by ServiceLoader.load(java.lang.Class).
    • Method Summary

      • Methods inherited from interface java.lang.Runnable

        run