Uses of Interface
org.openqa.selenium.events.EventBus
Packages that use EventBus
Package
Description
-
Uses of EventBus in org.openqa.selenium.events.local
Classes in org.openqa.selenium.events.local that implement EventBus -
Uses of EventBus in org.openqa.selenium.events.zeromq
Methods in org.openqa.selenium.events.zeromq that return EventBus -
Uses of EventBus in org.openqa.selenium.grid.distributor.local
Constructors in org.openqa.selenium.grid.distributor.local with parameters of type EventBusModifierConstructorDescriptionLocalDistributor(org.openqa.selenium.remote.tracing.Tracer tracer, EventBus bus, org.openqa.selenium.remote.http.HttpClient.Factory clientFactory, SessionMap sessions, NewSessionQueue sessionQueue, SlotSelector slotSelector, Secret registrationSecret, Duration healthcheckInterval, boolean rejectUnsupportedCaps, Duration sessionRequestRetryInterval, int newSessionThreadPoolSize, SlotMatcher slotMatcher, Duration purgeNodesInterval) LocalGridModel(EventBus events) LocalNodeRegistry(org.openqa.selenium.remote.tracing.Tracer tracer, EventBus bus, int newSessionThreadPoolSize, org.openqa.selenium.remote.http.HttpClient.Factory clientFactory, Secret registrationSecret, Duration healthcheckInterval, ScheduledExecutorService nodeHealthCheckService, Duration purgeNodesInterval, ScheduledExecutorService purgeDeadNodesService) -
Uses of EventBus in org.openqa.selenium.grid.node.local
Methods in org.openqa.selenium.grid.node.local with parameters of type EventBusModifier and TypeMethodDescriptionstatic LocalNode.BuilderLocalNode.builder(org.openqa.selenium.remote.tracing.Tracer tracer, EventBus bus, URI uri, URI gridUri, Secret registrationSecret) Constructors in org.openqa.selenium.grid.node.local with parameters of type EventBusModifierConstructorDescriptionprotectedLocalNode(org.openqa.selenium.remote.tracing.Tracer tracer, EventBus bus, URI uri, URI gridUri, HealthCheck healthCheck, int maxSessionCount, int drainAfterSessionCount, boolean cdpEnabled, boolean bidiEnabled, com.github.benmanes.caffeine.cache.Ticker ticker, Duration sessionTimeout, Duration heartbeatPeriod, List<SessionSlot> factories, Secret registrationSecret, boolean managedDownloadsEnabled, int connectionLimitPerSession) SessionSlot(EventBus bus, org.openqa.selenium.Capabilities stereotype, SessionFactory factory) -
Uses of EventBus in org.openqa.selenium.grid.server
Methods in org.openqa.selenium.grid.server that return EventBus -
Uses of EventBus in org.openqa.selenium.grid.sessionmap.local
Constructors in org.openqa.selenium.grid.sessionmap.local with parameters of type EventBusModifierConstructorDescriptionLocalSessionMap(org.openqa.selenium.remote.tracing.Tracer tracer, EventBus bus)