Class BackgroundServiceEvent
java.lang.Object
org.openqa.selenium.devtools.v126.backgroundservice.model.BackgroundServiceEvent
-
Constructor Summary
ConstructorsConstructorDescriptionBackgroundServiceEvent
(TimeSinceEpoch timestamp, String origin, RegistrationID serviceWorkerRegistrationId, ServiceName service, String eventName, String instanceId, List<EventMetadata> eventMetadata, String storageKey) -
Method Summary
Modifier and TypeMethodDescriptionA list of event-specific information.A description of the event.An identifier that groups related events together.The origin this event belongs to.The Background Service this event belongs to.The Service Worker ID that initiated the event.Storage key this event belongs to.Timestamp of the event (in seconds).
-
Constructor Details
-
BackgroundServiceEvent
public BackgroundServiceEvent(TimeSinceEpoch timestamp, String origin, RegistrationID serviceWorkerRegistrationId, ServiceName service, String eventName, String instanceId, List<EventMetadata> eventMetadata, String storageKey)
-
-
Method Details
-
getTimestamp
Timestamp of the event (in seconds). -
getOrigin
The origin this event belongs to. -
getServiceWorkerRegistrationId
The Service Worker ID that initiated the event. -
getService
The Background Service this event belongs to. -
getEventName
A description of the event. -
getInstanceId
An identifier that groups related events together. -
getEventMetadata
A list of event-specific information. -
getStorageKey
Storage key this event belongs to.
-