Uses of Class
com.ants.platform.client.resources.ingestion.types.IngestionEvent
Packages that use IngestionEvent
Package
Description
-
Uses of IngestionEvent in com.ants.platform.client.resources.ingestion.requests
Methods in com.ants.platform.client.resources.ingestion.requests that return types with arguments of type IngestionEventMethods in com.ants.platform.client.resources.ingestion.requests with parameters of type IngestionEventMethod parameters in com.ants.platform.client.resources.ingestion.requests with type arguments of type IngestionEventModifier and TypeMethodDescriptionIngestionRequest.Builder.addAllBatch(List<IngestionEvent> batch) IngestionRequest.Builder.batch(List<IngestionEvent> batch) -
Uses of IngestionEvent in com.ants.platform.client.resources.ingestion.types
Methods in com.ants.platform.client.resources.ingestion.types that return IngestionEventModifier and TypeMethodDescriptionstatic IngestionEventIngestionEvent.eventCreate(CreateEventEvent value) static IngestionEventIngestionEvent.generationCreate(CreateGenerationEvent value) static IngestionEventIngestionEvent.generationUpdate(UpdateGenerationEvent value) static IngestionEventIngestionEvent.observationCreate(CreateObservationEvent value) static IngestionEventIngestionEvent.observationUpdate(UpdateObservationEvent value) static IngestionEventIngestionEvent.scoreCreate(ScoreEvent value) static IngestionEventIngestionEvent.sdkLog(SdkLogEvent value) static IngestionEventIngestionEvent.spanCreate(CreateSpanEvent value) static IngestionEventIngestionEvent.spanUpdate(UpdateSpanEvent value) static IngestionEventIngestionEvent.traceCreate(TraceEvent value)