Interface Runner

All Superinterfaces:
AutoCloseable, Runnable
All Known Implementing Classes:
ProducerRunner, StreamsRunner

public interface Runner extends AutoCloseable, Runnable
Interface for running applications
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    run()
    Run the application
  • Method Details

    • close

      void close()
      Specified by:
      close in interface AutoCloseable
    • run

      void run()
      Run the application
      Specified by:
      run in interface Runnable