类 GrpcClientService
java.lang.Object
cn.iosd.starter.grpc.client.GrpcClientService
- 所有已实现的接口:
org.springframework.beans.factory.InitializingBean
@Configuration
public class GrpcClientService
extends Object
implements org.springframework.beans.factory.InitializingBean
涉及的Bean对象注入GrpcChannel
- 作者:
- ok1996
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
GrpcClientService
public GrpcClientService()
-
-
方法详细资料
-
init
@PostConstruct public void init()初始化时将ClientCallStartHeaders对象与beanName进行关联 -
afterPropertiesSet
public void afterPropertiesSet()- 指定者:
afterPropertiesSet在接口中org.springframework.beans.factory.InitializingBean
-