Interface TerminationStrategy

    • Method Detail

      • shouldTerminate

        boolean shouldTerminate​(WaiterConfiguration.WaitContext context)
        Returns whether or not polling should be terminated.
        Parameters:
        context - The context after the last poll attempt.
        Returns:
        true to terminate polling, false to continue.