Package mxaccess_gateway.v1
Class MxAccessGatewayGrpc.MxAccessGatewayImplBase
java.lang.Object
mxaccess_gateway.v1.MxAccessGatewayGrpc.MxAccessGatewayImplBase
- All Implemented Interfaces:
io.grpc.BindableService,MxAccessGatewayGrpc.AsyncService
- Enclosing class:
MxAccessGatewayGrpc
public abstract static class MxAccessGatewayGrpc.MxAccessGatewayImplBase
extends Object
implements io.grpc.BindableService, MxAccessGatewayGrpc.AsyncService
Base class for the server implementation of the service MxAccessGateway.
Public client API for MXAccess sessions hosted by the gateway.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface mxaccess_gateway.v1.MxAccessGatewayGrpc.AsyncService
acknowledgeAlarm, closeSession, invoke, openSession, queryActiveAlarms, streamAlarms, streamEvents
-
Constructor Details
-
MxAccessGatewayImplBase
public MxAccessGatewayImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-