Uses of Interface
org.distributeme.core.interceptor.ServerSideRequestInterceptor
Packages that use ServerSideRequestInterceptor
Package
Description
Support for client and server side interceptors of calls.
Contains set of interceptors for availability testing of services.
Contains set of interceptors for moskito support.
-
Uses of ServerSideRequestInterceptor in org.distributeme.core.interceptor
Classes in org.distributeme.core.interceptor that implement ServerSideRequestInterceptorModifier and TypeClassDescriptionclassBase class offered for extension which provides default implementations for all interception methods.classBase, doing nothing, implementation of the ClientSideRequestInterceptor meant for extension.classThis interceptor can be configured to use one or multiple phases, but doesn't need to support all phases.Methods in org.distributeme.core.interceptor that return types with arguments of type ServerSideRequestInterceptorModifier and TypeMethodDescriptionInterceptorRegistry.getServerSideRequestInterceptors()getServerSideRequestInterceptors. -
Uses of ServerSideRequestInterceptor in org.distributeme.core.interceptor.availabilitytesting
Classes in org.distributeme.core.interceptor.availabilitytesting that implement ServerSideRequestInterceptorModifier 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. -
Uses of ServerSideRequestInterceptor in org.distributeme.core.interceptor.moskito
Classes in org.distributeme.core.interceptor.moskito that implement ServerSideRequestInterceptorModifier and TypeClassDescriptionclassThis interceptor supports moskito journeys over the network, it transmits server side call trace back to the client.