Class EventContext

    • Constructor Summary

      Constructors 
      Constructor Description
      EventContext​(java.lang.String name, java.lang.String label, BatchEventData data)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Value resolveVariableNamed​(java.lang.String variableName)  
      • Methods inherited from class java.lang.Object

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

      • EventContext

        public EventContext​(java.lang.String name,
                            @Nullable
                            java.lang.String label,
                            @Nullable
                            BatchEventData data)