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.localClasses in org.openqa.selenium.events.local that implement EventBus
- 
Uses of EventBus in org.openqa.selenium.events.zeromqMethods in org.openqa.selenium.events.zeromq that return EventBus
- 
Uses of EventBus in org.openqa.selenium.grid.distributorConstructors in org.openqa.selenium.grid.distributor with parameters of type EventBus
- 
Uses of EventBus in org.openqa.selenium.grid.distributor.localConstructors in org.openqa.selenium.grid.distributor.local with parameters of type EventBusModifierConstructorDescriptionLocalDistributor(Tracer tracer, EventBus bus, HttpClient.Factory clientFactory, SessionMap sessions, NewSessionQueue sessionQueue, SlotSelector slotSelector, Secret registrationSecret, Duration healthcheckInterval, boolean rejectUnsupportedCaps, Duration sessionRequestRetryInterval, int newSessionThreadPoolSize, SlotMatcher slotMatcher, Duration purgeNodesInterval) 
- 
Uses of EventBus in org.openqa.selenium.grid.node.localMethods in org.openqa.selenium.grid.node.local with parameters of type EventBusConstructors in org.openqa.selenium.grid.node.local with parameters of type EventBusModifierConstructorDescriptionprotectedLocalNode(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, int connectionLimitPerSession) SessionSlot(EventBus bus, Capabilities stereotype, SessionFactory factory) 
- 
Uses of EventBus in org.openqa.selenium.grid.serverMethods in org.openqa.selenium.grid.server that return EventBus
- 
Uses of EventBus in org.openqa.selenium.grid.sessionmap.localConstructors in org.openqa.selenium.grid.sessionmap.local with parameters of type EventBus