Class CacheResultInterceptor
- java.lang.Object
-
- io.quarkus.infinispan.client.runtime.cache.CacheInterceptor
-
- io.quarkus.infinispan.client.runtime.cache.CacheResultInterceptor
-
@Interceptor @Priority(2) public class CacheResultInterceptor extends CacheInterceptor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.quarkus.infinispan.client.runtime.cache.CacheInterceptor
CacheInterceptor.ReturnType
-
-
Field Summary
Fields Modifier and Type Field Description (package private) SynchronousInfinispanGetsyncronousInfinispanGet-
Fields inherited from class io.quarkus.infinispan.client.runtime.cache.CacheInterceptor
BASE_PRIORITY, cacheManager, UNHANDLED_ASYNC_RETURN_TYPE_MSG
-
-
Constructor Summary
Constructors Constructor Description CacheResultInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectintercept(javax.interceptor.InvocationContext invocationContext)-
Methods inherited from class io.quarkus.infinispan.client.runtime.cache.CacheInterceptor
asyncInvocationResultToUni, createAsyncResult, determineReturnType, getCacheKey, getInterceptionContext
-
-
-
-
Field Detail
-
syncronousInfinispanGet
@Inject SynchronousInfinispanGet syncronousInfinispanGet
-
-