Class ExampleEnrichmentPlugin


  • public class ExampleEnrichmentPlugin
    extends org.pf4j.Plugin
    • Field Summary

      • Fields inherited from class org.pf4j.Plugin

        log, wrapper
    • Constructor Summary

      Constructors 
      Constructor Description
      ExampleEnrichmentPlugin​(org.pf4j.PluginWrapper wrapper)  
    • Method Summary

      Modifier and Type Method Description
      void start()  
      void stop()  
      • Methods inherited from class org.pf4j.Plugin

        delete, getWrapper
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExampleEnrichmentPlugin

        public ExampleEnrichmentPlugin​(org.pf4j.PluginWrapper wrapper)
    • Method Detail

      • start

        public void start()
        Overrides:
        start in class org.pf4j.Plugin
      • stop

        public void stop()
        Overrides:
        stop in class org.pf4j.Plugin