Interface Initializer

All Superinterfaces:
ConfigurablePlugin, Plugin

public interface Initializer extends ConfigurablePlugin
Initializer allow to execute initialization logic at system startup time Seehttps://restheart.org/docs/plugins/core-plugins/#initializers
Author:
Andrea Di Cesare <andrea@softinstigate.com>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from interface org.restheart.plugins.ConfigurablePlugin

    arg, argOrDefault
  • Method Details

    • init

      void init()