Interface ChannelListener

    • Method Detail

      • channelNotify

        void channelNotify​(RecordToken properties,
                           Token token,
                           WirelessIOPort source,
                           WirelessIOPort destination)
        React to a transmission on the channel on which this is listening. The channel will call this method after a transmission occurs, which means that the transmission properties seen by this method are they same as those seen by the destination.
        Parameters:
        properties - The transmission properties after they have been transformed by any registered PropertyTransformers.
        token - The token transmitted.
        source - The sending port.
        destination - The receiving port.