public abstract static class EventServiceGrpc.EventServiceImplBase extends Object implements BindableService
A service handles client event report.
Constructor and Description |
---|
EventServiceImplBase() |
Modifier and Type | Method and Description |
---|---|
ServerServiceDefinition |
bindService() |
void |
createClientEvent(CreateClientEventRequest request,
StreamObserver<ClientEvent> responseObserver)
Report events issued when end user interacts with customer's application
that uses Cloud Talent Solution.
|
public void createClientEvent(CreateClientEventRequest request, StreamObserver<ClientEvent> responseObserver)
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](https://console.cloud.google.com/talent-solution/overview). [Learn more](https://cloud.google.com/talent-solution/docs/management-tools) about self service tools.
public final ServerServiceDefinition bindService()
bindService
in interface BindableService
Copyright © 2022 Google LLC. All rights reserved.