Uses of Interface
org.apache.ignite.services.ServiceCallInterceptor
-
Packages that use ServiceCallInterceptor Package Description org.apache.ignite.internal.processors.service org.apache.ignite.services Contains main Managed Services APIs. -
-
Uses of ServiceCallInterceptor in org.apache.ignite.internal.processors.service
Classes in org.apache.ignite.internal.processors.service that implement ServiceCallInterceptor Modifier and Type Class Description classCompositeServiceCallInterceptorComposite service call interceptor.Methods in org.apache.ignite.internal.processors.service that return ServiceCallInterceptor Modifier and Type Method Description ServiceCallInterceptor[]LazyServiceConfiguration. getInterceptors()Gets service call interceptors.Constructors in org.apache.ignite.internal.processors.service with parameters of type ServiceCallInterceptor Constructor Description CompositeServiceCallInterceptor(ServiceCallInterceptor[] interceptors) -
Uses of ServiceCallInterceptor in org.apache.ignite.services
Fields in org.apache.ignite.services declared as ServiceCallInterceptor Modifier and Type Field Description protected ServiceCallInterceptor[]ServiceConfiguration. interceptorsInterceptor.Methods in org.apache.ignite.services that return ServiceCallInterceptor Modifier and Type Method Description ServiceCallInterceptor[]ServiceConfiguration. getInterceptors()Gets service call interceptors.Methods in org.apache.ignite.services with parameters of type ServiceCallInterceptor Modifier and Type Method Description ServiceConfigurationServiceConfiguration. setInterceptors(ServiceCallInterceptor... interceptors)Sets service call interceptors.
-