Interface Relaunchable<T>

Type Parameters:
T - The type representing the validated configuration.

public interface Relaunchable<T>
Interface for components which can be restarted.
Author:
Ville Koskela (ville dot koskela at inscopemetrics dot io)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    relaunch(T configuration)
    Relaunch the component.
  • Method Details

    • relaunch

      void relaunch(T configuration)
      Relaunch the component.
      Parameters:
      configuration - The configuration instance.