Interface ApplicationPlugin

  • All Known Implementing Classes:
    BaseApplicationPlugin

    public interface ApplicationPlugin
    Generic plugin which can provide other plugin types, and behaviors
    • Method Detail

      • supportsCallback

        boolean supportsCallback​(java.lang.String name)
      • performCallback

        java.lang.Object performCallback​(java.lang.String name,
                                         java.util.Map data)