Package io.quarkus.infinispan.client
Annotation Type Remote
-
@Target({METHOD,FIELD,PARAMETER,TYPE}) @Retention(RUNTIME) @Documented @Qualifier public @interface Remote
Qualifier used to specify which remote cache will be injected.- Author:
- William Burns
-
-
Element Detail
-
value
String value
The remote cache name. If no value is provided the default cache is assumed.- Default:
- ""
-
-