Interface StartupRunnable

All Superinterfaces:
Runnable
All Known Implementing Classes:
IssueReporterStartupRunnable

@API(status=MAINTAINED) public interface StartupRunnable extends 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