Interface ShutdownListener

All Known Implementing Classes:
AsyncWriterImpl, BufferedMorphiumWriterImpl, CacheHousekeeper, ChangeStreamMonitor, Messaging, MorphiumWriterImpl

public interface ShutdownListener
User: Stephan Bösebeck Date: 03.05.12 Time: 6:23

Will be called, whenever Morphium-instance is shut down. Call morphium.addShutdownListener to be informed...

  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • onShutdown

      void onShutdown(Morphium m)