Interface LambdaConsumerIntrospection
public interface LambdaConsumerIntrospection
An interface that indicates that the implementing type is composed of individual components and exposes information
about their behavior.
NOTE: This is considered a read-only public API and is not intended to be implemented externally.
History: 2.1.4 - experimental
- Since:
- 2.2
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturnstrueorfalseif a customonErrorconsumer has been provided.
-
Method Details
-
hasCustomOnError
boolean hasCustomOnError()Returnstrueorfalseif a customonErrorconsumer has been provided.- Returns:
trueif a customonErrorconsumer implementation was supplied. Returnsfalseif the implementation is missing an error consumer and thus using a throwing default implementation.
-