Class RawEvent

    • Field Detail

      • properties

        private Object properties
    • Constructor Detail

      • RawEvent

        public RawEvent​(Map props,
                        String type)
    • Method Detail

      • getType

        public String getType()
        Description copied from class: Event
        Required. The type of event. This SHOULD be namespaced similar to Java package naming conventions e.g. 'com.example.subdomain.event.type'.
        Specified by:
        getType in class Event<RawEventContent>
        Returns:
        The type of the event.
      • getProperties

        public Object getProperties()