Interface Lifecycle

All Known Subinterfaces:
BasicCache<K,V>, BasicCacheContainer

public interface Lifecycle
Lifecycle interface that defines the lifecycle of components
Since:
4.0
Author:
Manik Surtani ([email protected])
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked on component start
    void
    Invoked on component stop
  • Method Details

    • start

      void start()
      Invoked on component start
    • stop

      void stop()
      Invoked on component stop