Interface Launchable

All Known Implementing Classes:
Aggregator, Configurator, DynamicConfiguration, Main, Pipeline

public interface Launchable
Interface for components which can be started and stopped.
Author:
Ville Koskela (ville dot koskela at inscopemetrics dot io)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Launch the component.
    void
    Shutdown the component.
  • Method Details

    • launch

      void launch()
      Launch the component.
    • shutdown

      void shutdown()
      Shutdown the component.