All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.netflix.hystrix.exception.ExceptionNotWrappedByHystrix Maven / Gradle / Ivy

There is a newer version: 1.5.18
Show newest version
package com.netflix.hystrix.exception;

/**
 * Exceptions can implement this interface to prevent Hystrix from wrapping detected exceptions in a HystrixRuntimeException
 */
public interface ExceptionNotWrappedByHystrix {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy