Package mxaccess_gateway.v1
Class MxAccessGatewayGrpc.MxAccessGatewayFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<MxAccessGatewayGrpc.MxAccessGatewayFutureStub>
io.grpc.stub.AbstractFutureStub<MxAccessGatewayGrpc.MxAccessGatewayFutureStub>
mxaccess_gateway.v1.MxAccessGatewayGrpc.MxAccessGatewayFutureStub
- Enclosing class:
MxAccessGatewayGrpc
public static final class MxAccessGatewayGrpc.MxAccessGatewayFutureStub
extends io.grpc.stub.AbstractFutureStub<MxAccessGatewayGrpc.MxAccessGatewayFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service MxAccessGateway.
Public client API for MXAccess sessions hosted by the gateway.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<MxaccessGateway.AcknowledgeAlarmReply> build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) com.google.common.util.concurrent.ListenableFuture<MxaccessGateway.CloseSessionReply> com.google.common.util.concurrent.ListenableFuture<MxaccessGateway.MxCommandReply> invoke(MxaccessGateway.MxCommandRequest request) com.google.common.util.concurrent.ListenableFuture<MxaccessGateway.OpenSessionReply> Methods inherited from class io.grpc.stub.AbstractFutureStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected MxAccessGatewayGrpc.MxAccessGatewayFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<MxAccessGatewayGrpc.MxAccessGatewayFutureStub>
-
openSession
public com.google.common.util.concurrent.ListenableFuture<MxaccessGateway.OpenSessionReply> openSession(MxaccessGateway.OpenSessionRequest request) -
closeSession
public com.google.common.util.concurrent.ListenableFuture<MxaccessGateway.CloseSessionReply> closeSession(MxaccessGateway.CloseSessionRequest request) -
invoke
public com.google.common.util.concurrent.ListenableFuture<MxaccessGateway.MxCommandReply> invoke(MxaccessGateway.MxCommandRequest request) -
acknowledgeAlarm
public com.google.common.util.concurrent.ListenableFuture<MxaccessGateway.AcknowledgeAlarmReply> acknowledgeAlarm(MxaccessGateway.AcknowledgeAlarmRequest request)
-