public static final class ManagementServiceGrpc.ManagementServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<ManagementServiceGrpc.ManagementServiceBlockingStub>
Define the service reporting the extra information of the instance.
| Modifier and Type | Method and Description |
|---|---|
protected ManagementServiceGrpc.ManagementServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
Commands |
keepAlive(InstancePingPkg request)
Keep the instance alive in the backend analysis.
|
Commands |
reportInstanceProperties(InstanceProperties request)
Report custom properties of a service instance.
|
protected ManagementServiceGrpc.ManagementServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<ManagementServiceGrpc.ManagementServiceBlockingStub>public Commands reportInstanceProperties(InstanceProperties request)
Report custom properties of a service instance.
public Commands keepAlive(InstancePingPkg request)
Keep the instance alive in the backend analysis. Only recommend to do separate keepAlive report when no trace and metrics needs to be reported. Otherwise, it is duplicated.
Copyright © 2022 The Apache Software Foundation. All rights reserved.