Class RuleExecutionErrorServiceGrpc.RuleExecutionErrorServiceStub (0.32.0)

public static final class RuleExecutionErrorServiceGrpc.RuleExecutionErrorServiceStub extends AbstractAsyncStub<RuleExecutionErrorServiceGrpc.RuleExecutionErrorServiceStub>

A stub to allow clients to do asynchronous rpc calls to service RuleExecutionErrorService.

RuleExecutionErrorService contains endpoints related to rule execution errors.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > RuleExecutionErrorServiceGrpc.RuleExecutionErrorServiceStub

Methods

build(Channel channel, CallOptions callOptions)

protected RuleExecutionErrorServiceGrpc.RuleExecutionErrorServiceStub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
RuleExecutionErrorServiceGrpc.RuleExecutionErrorServiceStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

listRuleExecutionErrors(ListRuleExecutionErrorsRequest request, StreamObserver<ListRuleExecutionErrorsResponse> responseObserver)

public void listRuleExecutionErrors(ListRuleExecutionErrorsRequest request, StreamObserver<ListRuleExecutionErrorsResponse> responseObserver)

Lists rule execution errors.

Parameters
Name Description
request ListRuleExecutionErrorsRequest
responseObserver io.grpc.stub.StreamObserver<ListRuleExecutionErrorsResponse>