Namespace ArmoniK.Api.gRPC.V1.Events
Classes
Request to subscribe to the event stream.
Response containing the update event.
Service for subscribing to events representing modifications to ArmoniK result and task data
Service for subscribing to events representing modifications to ArmoniK result and task data
Base class for server-side implementations of Events
Client for Events
Client for Events
Holder for reflection information generated from events_common.proto
Holder for reflection information generated from events_service.proto
Holder for reflection information generated from events_service.proto
EventSubscriptionResponse.Types.NewResult
Represents the submission of a new result in ArmoniK.
EventSubscriptionResponse.Types.NewTask
Represents the submission of a new task in ArmoniK.
EventSubscriptionResponse.Types.ResultOwnerUpdate
Represents an update to the owner task id of a result.
EventSubscriptionResponse.Types.ResultStatusUpdate
Represents an update to the status of a result.
EventSubscriptionResponse.Types.TaskStatusUpdate
Represents an update to the status of a task.
EventSubscriptionResponse.Types
Container for nested types declared in the EventSubscriptionResponse message type.
Enums
Represents the events that can be returned in the EventSubscriptionResponse
EventSubscriptionResponse.UpdateOneofCase
Enum of possible cases for the “update” oneof.