Package galaxy_repository.v1
Class GalaxyRepositoryGrpc.GalaxyRepositoryImplBase
java.lang.Object
galaxy_repository.v1.GalaxyRepositoryGrpc.GalaxyRepositoryImplBase
- All Implemented Interfaces:
GalaxyRepositoryGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- GalaxyRepositoryGrpc
public abstract static class GalaxyRepositoryGrpc.GalaxyRepositoryImplBase
extends Object
implements io.grpc.BindableService, GalaxyRepositoryGrpc.AsyncService
Base class for the server implementation of the service GalaxyRepository.
Read-only browse over the AVEVA System Platform Galaxy Repository (ZB SQL database). Lets clients enumerate the deployed object hierarchy and each object's dynamic attributes so they know what tag references to subscribe to via the MxAccessGateway service.
-
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 galaxy_repository.v1.GalaxyRepositoryGrpc.AsyncService
browseChildren, discoverHierarchy, getLastDeployTime, testConnection, watchDeployEvents
-
Constructor Details
-
GalaxyRepositoryImplBase
public GalaxyRepositoryImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-