Uses of Class
org.distributeme.core.interceptor.AbstractServerSideRequestInterceptor
Packages that use AbstractServerSideRequestInterceptor
Package
Description
Contains set of interceptors for availability testing of services.
-
Uses of AbstractServerSideRequestInterceptor in org.distributeme.core.interceptor.availabilitytesting
Subclasses of AbstractServerSideRequestInterceptor in org.distributeme.core.interceptor.availabilitytestingModifier and TypeClassDescriptionclassThis interceptor slows down the request depending on a configured probability (flipping) on the server side.classThis slow down interceptor is acting on server 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 service side slow down interceptors.