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, Duration purgeNodesInterval) -
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.google.common.base.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)