Class SampleEvent


  • public class SampleEvent
    extends Object
    • Field Detail

      • samplePayload

        protected com.fasterxml.jackson.databind.JsonNode samplePayload
        A json sample event json Object as expected in the webhook or journal deliveries
    • Constructor Detail

      • SampleEvent

        public SampleEvent()
    • Method Detail

      • getFormat

        public String getFormat()
      • getSamplePayload

        public String getSamplePayload()
        Returns:
        A json sample event payload as expected in the webhook or journal deliveries
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object