Uses of Interface
de.xima.fc.api.rest.pub.client.generic.ApiCallInterceptor
Packages that use ApiCallInterceptor
-
Uses of ApiCallInterceptor in de.xima.fc.api.rest.pub.client.generic
Fields in de.xima.fc.api.rest.pub.client.generic declared as ApiCallInterceptorMethods in de.xima.fc.api.rest.pub.client.generic that return ApiCallInterceptorModifier and TypeMethodDescriptionApiCall.apiCallInterceptor()ApiClientConfig.apiCallInterceptor()Get the interceptor for reacting to and modifying call to an API endpoint.static ApiCallInterceptorApiCallInterceptor.combined(ApiCallInterceptor... interceptors) static ApiCallInterceptorApiCallInterceptor.combined(Iterable<ApiCallInterceptor> interceptors) Methods in de.xima.fc.api.rest.pub.client.generic with parameters of type ApiCallInterceptorModifier and TypeMethodDescriptionApiCall.apiCallInterceptor(ApiCallInterceptor apiCallInterceptor) ApiClientBuilder.apiCallInterceptor(ApiCallInterceptor interceptor) Sets the optional interceptor for reacting to and modifying API calls.static ApiCallInterceptorApiCallInterceptor.combined(ApiCallInterceptor... interceptors) Method parameters in de.xima.fc.api.rest.pub.client.generic with type arguments of type ApiCallInterceptorModifier and TypeMethodDescriptionstatic ApiCallInterceptorApiCallInterceptor.combined(Iterable<ApiCallInterceptor> interceptors)