Class EventServiceGrpc.EventServiceFutureStub (2.42.0)

public static final class EventServiceGrpc.EventServiceFutureStub extends AbstractFutureStub<EventServiceGrpc.EventServiceFutureStub>

A stub to allow clients to do ListenableFuture-style rpc calls to service EventService.

A service handles client event report.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractFutureStub > EventServiceGrpc.EventServiceFutureStub

Methods

build(Channel channel, CallOptions callOptions)

protected EventServiceGrpc.EventServiceFutureStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
EventServiceGrpc.EventServiceFutureStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

createClientEvent(CreateClientEventRequest request)

public ListenableFuture<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
com.google.common.util.concurrent.ListenableFuture<ClientEvent>