public interface LambdaConsumerIntrospection
NOTE: This is considered a read-only public API and is not intended to be implemented externally.
History: 2.1.4 - experimental
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasCustomOnError()
Returns
true or false if a custom onError consumer has been provided. |
boolean hasCustomOnError()
true or false if a custom onError consumer has been provided.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.