@Target(value=TYPE) @Repeatable(value=GrpcClientBeans.class) @Retention(value=RUNTIME) public @interface GrpcClientBean
Configuration classes to add a GrpcClient bean to the
ApplicationContext.| Modifier and Type | Required Element and Description |
|---|---|
Class<?> |
clazz
The type of the bean to create.
|
GrpcClient |
client
The client definition used to create the channel and grab all properties.
|
public abstract Class<?> clazz
public abstract GrpcClient client
public abstract String beanName