GRPCServer

public class GRPCServer

This is the main class of the gRPC end-point.

Here, the http and https servers are startet.

Author:

Timm Fitschen

Methods

startServer

public static void startServer()

Main method of the gRPC end-point which starts the server(s) with HTTP or HTTPS. Whether a server is started or not depends on the server properites ServerProperties.KEY_GRPC_SERVER_PORT_HTTP and ServerProperties.KEY_GRPC_SERVER_PORT_HTTPS.

Throws: