Class ServerThreadChannelChangeArchiveTimestampEventImpl

    • Constructor Detail

      • ServerThreadChannelChangeArchiveTimestampEventImpl

        public ServerThreadChannelChangeArchiveTimestampEventImpl​(ServerThreadChannel channel,
                                                                  java.time.Instant newArchiveTimestamp,
                                                                  java.time.Instant oldArchiveTimestamp)
        Creates a new server text channel archive timestamp update event.
        Parameters:
        channel - The channel of the event.
        newArchiveTimestamp - The new archive timestamp of the thread.
        oldArchiveTimestamp - The old archive timestamp of the thread.