Interface LambdaConsumerIntrospection

    • Method Detail

      • hasCustomOnError

        boolean hasCustomOnError()
        Returns true or false if a custom onError consumer has been provided.
        Returns:
        true if a custom onError consumer implementation was supplied. Returns false if the implementation is missing an error consumer and thus using a throwing default implementation.