Package com.sdl.delivery.retry
Interface ThrowableConsumer<P,E extends Throwable>
- Type Parameters:
P- parameter typeE- exception type
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface which is similar to
Consumer but which might throw an exception.-
Method Summary