Uses of Class
org.distributeme.core.interceptor.AbstractClientSideRequestInterceptor
Packages that use AbstractClientSideRequestInterceptor
Package
Description
Contains set of interceptors for availability testing of services.
-
Uses of AbstractClientSideRequestInterceptor in org.distributeme.core.interceptor.availabilitytesting
Subclasses of AbstractClientSideRequestInterceptor in org.distributeme.core.interceptor.availabilitytestingModifier and TypeClassDescriptionclassThis slow down interceptor is acting on client side and configured by availabilitytesting.json configuration file.classThis interceptor slows down a server if the service id is submitted to the process as -DavailabilityTestingServiceId.classBase class for client side slow down interceptors.classThis interceptor slows down the request depending on a configured probability (flipping) on the client side.classThis interceptor makes the service unavailable depending on a configured probability (flipping) on the client side.classThis interceptor marks service unavailable and is configured by availabilitytesting.json configuration file.classThis interceptor marks service unavailable and is configured by system properties.classBase interceptor class for service unavailable interceptors.