Attributes
- Companion:
- trait
- Source:
- HandlerRecoveryStrategy.scala
- Graph
- Supertypes
- trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Members list
Type members
Inherited types
The names of the product elements
The name of the type
Value members
Concrete methods
If the first attempt to invoke the handler fails it will immediately give up and fail the stream.
If the first attempt to invoke the handler fails it will immediately give up and fail the stream.
Attributes
Scala API: If the first attempt to invoke the handler fails it will retry invoking the handler with the
same envelope this number of retries
with the delay
between each attempt. It will give up
and fail the stream if all attempts fail.
Scala API: If the first attempt to invoke the handler fails it will retry invoking the handler with the
same envelope this number of retries
with the delay
between each attempt. It will give up
and fail the stream if all attempts fail.
Attributes
Java API: If the first attempt to invoke the handler fails it will retry invoking the handler with the
same envelope this number of retries
with the delay
between each attempt. It will give up
and fail the stream if all attempts fail.
Java API: If the first attempt to invoke the handler fails it will retry invoking the handler with the
same envelope this number of retries
with the delay
between each attempt. It will give up
and fail the stream if all attempts fail.
Attributes
Scala API: If the first attempt to invoke the handler fails it will retry invoking the handler with the
same envelope this number of retries
with the delay
between each attempt. It will give up,
discard the element and continue with next if all attempts fail.
Scala API: If the first attempt to invoke the handler fails it will retry invoking the handler with the
same envelope this number of retries
with the delay
between each attempt. It will give up,
discard the element and continue with next if all attempts fail.
Attributes
Java API: If the first attempt to invoke the handler fails it will retry invoking the handler with the
same envelope this number of retries
with the delay
between each attempt. It will give up,
discard the element and continue with next if all attempts fail.
Java API: If the first attempt to invoke the handler fails it will retry invoking the handler with the
same envelope this number of retries
with the delay
between each attempt. It will give up,
discard the element and continue with next if all attempts fail.
Attributes
If the first attempt to invoke the handler fails it will immediately give up, discard the element and continue with next.
If the first attempt to invoke the handler fails it will immediately give up, discard the element and continue with next.