Class SelectiveStreamEventConverter

    • Method Detail

      • convertData

        public void convertData​(long timestamp,
                                Object[] data,
                                ComplexEvent.Type type,
                                StreamEvent newEvent)
        Description copied from interface: StreamEventConverter
        Method to construct(change format) timeStamp and data from StreamEvent
        Specified by:
        convertData in interface StreamEventConverter
        Parameters:
        timestamp - timeStamp of the event
        data - output data of the event
        type - output type of the event
        newEvent - Event that will be populated
      • convertData

        public void convertData​(long timeStamp,
                                Object[] data,
                                StreamEvent newEvent)
        Description copied from interface: StreamEventConverter
        Method to construct(change format) timeStamp and data from StreamEvent
        Specified by:
        convertData in interface StreamEventConverter
        Parameters:
        timeStamp - timeStamp of the event
        data - output data of the event
        newEvent - Event that will be populated