Class EventHistoryStore


  • @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
    public final class EventHistoryStore
    extends Object
    Channel event message history store.

    Currently stores event history in files on disk, purging them as they go "stale" (after they expire).

    Author:
    tom.fennelly@gmail.com
    • Constructor Detail

      • EventHistoryStore

        public EventHistoryStore()
    • Method Detail

      • onChannelSubscribe

        public static void onChannelSubscribe​(@Nonnull
                                              String channelName)
      • onChannelUnsubscribe

        public static void onChannelUnsubscribe​(@Nonnull
                                                String channelName)
      • enableAutoDeleteOnExpire

        public static void enableAutoDeleteOnExpire()
      • disableAutoDeleteOnExpire

        public static void disableAutoDeleteOnExpire()