public interface RetryStatus
Modifier and Type | Method and Description |
---|---|
long |
getBackoff() |
int |
getMaxRetries() |
Date |
getNext() |
long |
getNextInterval() |
Date |
getPrevious() |
int |
getRetries() |
boolean |
isPending() |
boolean |
isSuspended() |
Date getNext()
Date getPrevious()
int getRetries()
int getMaxRetries()
long getNextInterval()
long getBackoff()
boolean isPending()
boolean isSuspended()
Apache CXF