@Documented @Retention(value=RUNTIME) @Target(value=FIELD) public @interface Client
Server.service| Modifier and Type | Optional Element and Description |
|---|---|
String |
authority
the micro service / machine /vm name, in configuration
|
Class<? extends org.jackstaff.grpc.Interceptor>[] |
interceptor
the interceptor list for this client component
ps.
|
boolean |
required
Declares whether the annotated dependency is required.
|
String |
value |
@AliasFor(value="value") public abstract String authority
@AliasFor(value="authority") public abstract String value
public abstract boolean required
Defaults to true.
public abstract Class<? extends org.jackstaff.grpc.Interceptor>[] interceptor
Copyright © 2020. All rights reserved.