Package com.netflix.hystrix.contrib.networkauditor

Interface Summary
HystrixNetworkAuditorEventListener Event listener that gets implemented and registered with HystrixNetworkAuditorAgent.registerEventListener(HystrixNetworkAuditorEventListener) by the application running Hystrix in the application classloader into this JavaAgent running in the boot classloader so events can be invoked on code inside the application classloader.
 

Class Summary
HystrixNetworkAuditorAgent Java Agent to instrument network code in the java.* libraries and use Hystrix state to determine if calls are Hystrix-isolated or not.
NetworkClassTransform Bytecode ClassFileTransformer used by the Java Agent to instrument network code in the java.* libraries and use Hystrix state to determine if calls are Hystrix-isolated or not.