isLive

public boolean isLive(BindableService service)

Check if the given gRPC service has actually been deployed and is available for interaction within this container.

Returns true if and only if

a. the service has been previously scheduled for the deployment,

b. the container has been started.

Return

true, if the service is available for interaction within this container and false otherwise

Parameters

service

the gRPC service