public abstract class ServerLoading extends Object
| Constructor and Description |
|---|
ServerLoading() |
| Modifier and Type | Method and Description |
|---|---|
static UUID |
getServerId(SiLAServiceGrpc.SiLAServiceBlockingStub siLAService)
Get Unique Identifier from SiLA Server
|
static void |
loadServer(Server server,
io.grpc.ManagedChannel managedChannel)
Load SiLA Server from SiLA Service
|
public static void loadServer(@NonNull
Server server,
@NonNull
io.grpc.ManagedChannel managedChannel)
server - Server to provide SiLA Server informationmanagedChannel - Connection to call the SiLA Serverpublic static UUID getServerId(@NonNull SiLAServiceGrpc.SiLAServiceBlockingStub siLAService)
siLAService - SiLA Service Blocking StubCopyright © 2019. All rights reserved.