public class AsyncStubFactory extends StandardGrpcStubFactory
| 构造器和说明 |
|---|
AsyncStubFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected String |
getFactoryMethodName()
Derives the name of the factory method from the given stub type.
|
boolean |
isApplicable(Class<? extends io.grpc.stub.AbstractStub<?>> stubType)
Used to resolve a factory that matches the particular stub type.
|
createStubpublic boolean isApplicable(Class<? extends io.grpc.stub.AbstractStub<?>> stubType)
StandardGrpcStubFactoryisApplicable 在类中 StandardGrpcStubFactorystubType - The type of the stub that needs to be created.protected String getFactoryMethodName()
StandardGrpcStubFactorygetFactoryMethodName 在类中 StandardGrpcStubFactoryCopyright © 2022. All rights reserved.