Uses of Class
tech.rsqn.cacheservice.interceptors.InterceptorMetadata.Operation
-
Packages that use InterceptorMetadata.Operation Package Description tech.rsqn.cacheservice.interceptors tech.rsqn.cacheservice.proxy -
-
Uses of InterceptorMetadata.Operation in tech.rsqn.cacheservice.interceptors
Methods in tech.rsqn.cacheservice.interceptors that return InterceptorMetadata.Operation Modifier and Type Method Description InterceptorMetadata.OperationInterceptorMetadata. getOperation()static InterceptorMetadata.OperationInterceptorMetadata.Operation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static InterceptorMetadata.Operation[]InterceptorMetadata.Operation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in tech.rsqn.cacheservice.interceptors with parameters of type InterceptorMetadata.Operation Modifier and Type Method Description voidInterceptorMetadata. setOperation(InterceptorMetadata.Operation operation)static InterceptorMetadataInterceptorMetadata. with(InterceptorMetadata.Operation operation, java.lang.String target) -
Uses of InterceptorMetadata.Operation in tech.rsqn.cacheservice.proxy
Methods in tech.rsqn.cacheservice.proxy that return InterceptorMetadata.Operation Modifier and Type Method Description InterceptorMetadata.OperationCachingProxyConfigEntry. getOperation()Methods in tech.rsqn.cacheservice.proxy with parameters of type InterceptorMetadata.Operation Modifier and Type Method Description voidCachingProxyConfigEntry. setOperation(InterceptorMetadata.Operation operation)
-