static <T extends AbstractStub<T>> T |
AbstractAsyncStub.newStub(AbstractStub.StubFactory<T> factory,
Channel channel) |
Returns a new async stub with the given channel for the provided method configurations.
|
static <T extends AbstractStub<T>> T |
AbstractAsyncStub.newStub(AbstractStub.StubFactory<T> factory,
Channel channel,
CallOptions callOptions) |
Returns a new async stub with the given channel for the provided method configurations.
|
static <T extends AbstractStub<T>> T |
AbstractBlockingStub.newStub(AbstractStub.StubFactory<T> factory,
Channel channel) |
Returns a new blocking stub with the given channel for the provided method configurations.
|
static <T extends AbstractStub<T>> T |
AbstractBlockingStub.newStub(AbstractStub.StubFactory<T> factory,
Channel channel,
CallOptions callOptions) |
Returns a new blocking stub with the given channel for the provided method configurations.
|
static <T extends AbstractStub<T>> T |
AbstractFutureStub.newStub(AbstractStub.StubFactory<T> factory,
Channel channel) |
Returns a new future stub with the given channel for the provided method configurations.
|
static <T extends AbstractStub<T>> T |
AbstractFutureStub.newStub(AbstractStub.StubFactory<T> factory,
Channel channel,
CallOptions callOptions) |
Returns a new future stub with the given channel for the provided method configurations.
|
static <T extends AbstractStub<T>> T |
AbstractStub.newStub(AbstractStub.StubFactory<T> factory,
Channel channel) |
Returns a new stub with the given channel for the provided method configurations.
|
static <T extends AbstractStub<T>> T |
AbstractStub.newStub(AbstractStub.StubFactory<T> factory,
Channel channel,
CallOptions callOptions) |
Returns a new stub with the given channel for the provided method configurations.
|