Package zendesk.core
Interface RetryAction
-
public interface RetryAction
RetryAction specifies behavior of things that can be retried
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
onRetry()
Called when actions should be retried
-