Class ActuatorLenientFallbackTrace

    • Constructor Detail

      • ActuatorLenientFallbackTrace

        public ActuatorLenientFallbackTrace()
    • Method Detail

      • allow

        public boolean allow​(Exception exception)
        Description copied from interface: LenientFallbackTrace
        Based on the exception, should the composite routing component allow a default routable component to be used.
        Specified by:
        allow in interface LenientFallbackTrace
        Parameters:
        exception - The exception that would normally be thrown if no route was available.
        Returns:
        Whether to allow a default routable component.