Class GenericEiffelEvent


  • public class GenericEiffelEvent
    extends EiffelEvent
    A placeholder representation of an arbitrary Eiffel event that doesn't have a dedicated POJO class defined in this package. This class behaves exactly like the specific classes except that the event's data attribute is just saved as a JsonNode.
    • Method Detail

      • getData

        public com.fasterxml.jackson.databind.JsonNode getData()
      • setData

        public void setData​(com.fasterxml.jackson.databind.JsonNode data)