Interface NitritePlugin

    • Method Detail

      • initialize

        void initialize​(NitriteConfig nitriteConfig)
        Initializes the plugin instance.
        Parameters:
        nitriteConfig - the nitrite config
      • close

        default void close()
        Closes the plugin instance.
        Specified by:
        close in interface AutoCloseable