Interface ConsumerWithThrowable

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface @API(status=INTERNAL) public interface ConsumerWithThrowable
Functional interface which may throw a Throwable. This is used to specify recovery functions in ConsumerWithThrowable.
  • Method Summary

    Modifier and Type
    Method
    Description
    void