Uses of Interface
org.openqa.selenium.events.EventBus
Packages that use EventBus
Package
Description
The
Distributor
is responsible for assigning new
calls to Create Session to a Node
.-
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
Constructors in org.openqa.selenium.grid.distributor with parameters of type 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) -
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.Builder
LocalNode.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 EventBusModifierConstructorDescriptionprotected
LocalNode
(org.openqa.selenium.remote.tracing.Tracer tracer, EventBus bus, URI uri, URI gridUri, HealthCheck healthCheck, int maxSessionCount, int drainAfterSessionCount, boolean cdpEnabled, boolean bidiEnabled, com.google.common.base.Ticker ticker, Duration sessionTimeout, Duration heartbeatPeriod, List<SessionSlot> factories, Secret registrationSecret, boolean managedDownloadsEnabled) 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)