public final class FallbackStubFactory extends Object implements StubFactory
| Constructor and Description |
|---|
FallbackStubFactory() |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.stub.AbstractStub<?> |
createStub(Class<? extends io.grpc.stub.AbstractStub<?>> stubType,
io.grpc.Channel channel)
Creates a stub of the given type.
|
boolean |
isApplicable(Class<? extends io.grpc.stub.AbstractStub<?>> stubType)
Used to resolve a factory that matches the particular stub type.
|
public boolean isApplicable(Class<? extends io.grpc.stub.AbstractStub<?>> stubType)
StubFactoryisApplicable in interface StubFactorystubType - The type of the stub that needs to be created.public io.grpc.stub.AbstractStub<?> createStub(Class<? extends io.grpc.stub.AbstractStub<?>> stubType, io.grpc.Channel channel)
StubFactorycreateStub in interface StubFactorystubType - The type of the stub to create.channel - The channel used to create the stub.