Interface ListenerModel


  • public interface ListenerModel
    ListenerModel is a model allowing to programmatically define a Listener and wire it to a KieSession
    • Method Detail

      • getType

        java.lang.String getType()
        Returns the type of this ListenerModel (i.e. the name of the class implementing the listener)
      • newQualifierModel

        QualifierModel newQualifierModel​(java.lang.String type)