Class EventServiceGrpc.EventServiceBlockingStub

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

A service handles client event report.

Inheritance

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

Methods

build(Channel channel, CallOptions callOptions)

protected EventServiceGrpc.EventServiceBlockingStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
EventServiceGrpc.EventServiceBlockingStub
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
NameDescription
requestCreateClientEventRequest
Returns
TypeDescription
ClientEvent