public static final class RuleExecutionErrorServiceGrpc.RuleExecutionErrorServiceFutureStub extends AbstractFutureStub<RuleExecutionErrorServiceGrpc.RuleExecutionErrorServiceFutureStub>A stub to allow clients to do ListenableFuture-style rpc calls to service RuleExecutionErrorService.
RuleExecutionErrorService contains endpoints related to rule execution errors.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractFutureStub > RuleExecutionErrorServiceGrpc.RuleExecutionErrorServiceFutureStubMethods
build(Channel channel, CallOptions callOptions)
protected RuleExecutionErrorServiceGrpc.RuleExecutionErrorServiceFutureStub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
RuleExecutionErrorServiceGrpc.RuleExecutionErrorServiceFutureStub |
|
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
listRuleExecutionErrors(ListRuleExecutionErrorsRequest request)
public ListenableFuture<ListRuleExecutionErrorsResponse> listRuleExecutionErrors(ListRuleExecutionErrorsRequest request)Lists rule execution errors.
| Parameter | |
|---|---|
| Name | Description |
request |
ListRuleExecutionErrorsRequest |
| Returns | |
|---|---|
| Type | Description |
com.google.common.util.concurrent.ListenableFuture<ListRuleExecutionErrorsResponse> |
|