Uses of Interface
org.apache.ignite.services.ServiceCallInterceptor
-
Packages that use ServiceCallInterceptor Package Description org.apache.ignite.services Contains main Managed Services APIs. -
-
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. interceptors
Interceptor.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 ServiceConfiguration
ServiceConfiguration. setInterceptors(ServiceCallInterceptor... interceptors)
Sets service call interceptors.
-