Class Event

    • Constructor Detail

      • Event

        public Event()
    • Method Detail

      • getMetadata

        public Metadata getMetadata()
        Event's metadata

        Placeholder for future details we might need

      • setMetadata

        public void setMetadata​(Metadata metadata)
        Event's metadata

        Placeholder for future details we might need

      • getPayload

        public Payload getPayload()
        Event payload

        Your application payload. All the data required by the app to compose the various messages (Email, webhook, etc) after transformation (Required)

      • setPayload

        public void setPayload​(Payload payload)
        Event payload

        Your application payload. All the data required by the app to compose the various messages (Email, webhook, etc) after transformation (Required)

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object