Interface CleanupState

    • Method Detail

      • registerProcessingCleanupTimer

        default void registerProcessingCleanupTimer​(ValueState<Long> cleanupTimeState,
                                                    long currentTime,
                                                    long minRetentionTime,
                                                    long maxRetentionTime,
                                                    TimerService timerService)
                                             throws Exception
        Throws:
        Exception