Gets the currently active configuration ID for the SzGrpcEnvironment.
The currently active configuration ID.
instance of SzGrpcConfigManager. autocreates the class instance on first call if not already created.
instance of SzGrpcDiagnostic. autocreates the class instance on first call if not already created.
instance of SzGrpcEngine. autocreates the class instance on first call if not already created.
instance of SzGrpcDiagnostic. autocreates the class instance on first call if not already created.
getter alias of getConfigManager. Syntax sugar for using getConfigManager as if it were a property ie MySenzingEnvironment.configManager.getDefaultConfigId()
.
the grpc connection string. ${HOST}:${PORT}
channel credentials to use for authentication. defaults to "grpc.credentials.createInsecure()"
getter alias of getDiagnostic. Syntax sugar for using getDiagnostic as if it were a property ie MySenzingEnvironment.diagnostic.getDatastoreInfo()
.
getter alias of getEngine. Syntax sugar for using getEngine as if it were a property ie MySenzingEnvironment.engine.getActiveConfigId()
.
getter alias of getProduct. Syntax sugar for using getProduct as if it were a property ie MySenzingEnvironment.product.getVersion()
.
SzGrpcEnvironment Creates a new Senzing Environment instance for use with creating and calling the gRpc modules and methods.