Class SendResult

  • All Implemented Interfaces:

    
    public final class SendResult
    
                        

    type indicates whether we successfully send or have a retryable error. If we encounter SendResultType.SEND_DISABLED it means that we have a non-retryable state. delay is the duration to wait before executing the next send operation. In case of retries the delay may be short.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final SendResultType getType()
      final Duration getDelay()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait