Class DefaultBackOffHandler

    • Constructor Detail

      • DefaultBackOffHandler

        public DefaultBackOffHandler()
    • Method Detail

      • onNextBackOff

        public void onNextBackOff​(@Nullable
                                  MessageListenerContainer container,
                                  java.lang.Exception exception,
                                  long nextBackOff)
        Description copied from interface: BackOffHandler
        Perform the next back off.
        Specified by:
        onNextBackOff in interface BackOffHandler
        Parameters:
        container - the container.
        exception - the exception.
        nextBackOff - the next back off.