Class EventServiceGrpc.EventServiceBlockingV2Stub (2.63.0)

public static final class EventServiceGrpc.EventServiceBlockingV2Stub extends AbstractBlockingStub<EventServiceGrpc.EventServiceBlockingV2Stub>

A stub to allow clients to do synchronous rpc calls to service EventService.

A service handles client event report.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > EventServiceGrpc.EventServiceBlockingV2Stub

Methods

build(Channel channel, CallOptions callOptions)

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

createClientEvent(CreateClientEventRequest request)

public ClientEvent createClientEvent(CreateClientEventRequest request)

Report events issued when end user interacts with customer's application that uses Cloud Talent Solution. You may inspect the created events in self service tools. Learn more about self service tools.

Parameter
Name Description
request CreateClientEventRequest
Returns
Type Description
ClientEvent