Package io.quarkus.infinispan.client
Annotation Interface 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
-
Nested Class Summary
Nested Classes -
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueThe remote cache name. If no value is provided the default cache is assumed.- Default:
""
-