Object that contains message ksb.csle.common.proto.RunnerProto.WebserviceRunnerInfo WebserviceRunnerInfo contains followed attributes:
message WebserviceRunnerInfo { optional string host = 1; required int32 port = 2; optional string uri = 3; optional bool ssl = 4 [default = false]; }
Initializes runner for web service.
Initializes runner for web service.
actor that will be pipelined.
dummy value
Starts web service through given port.
Starts web service through given port.
actor that will be pipelined.
dummy value
Initializes runner for web service.
Initializes runner for web service.
:: ApplicationDeveloperApi ::
Runner that serves with RESTful APIs with given service port.