interface RetryStrategyInterface

Methods

bool
isRetryable(Envelope$message,Throwable$throwable =null)

No description

int
getWaitingTime(Envelope$message,Throwable$throwable =null)

No description

Details

bool isRetryable(Envelope$message,Throwable$throwable =null)

Parameters

Envelope $message
Throwable $throwable

Return Value

bool

int getWaitingTime(Envelope$message,Throwable$throwable =null)

Parameters

Envelope $message
Throwable $throwable

Return Value

int The time to delay/wait in milliseconds