Uses of Interface
org.openqa.selenium.events.EventBus
-
Packages that use EventBus Package Description org.openqa.selenium.events.local org.openqa.selenium.events.zeromq org.openqa.selenium.grid.distributor TheDistributor
is responsible for assigning new calls to Create Session to aNode
.org.openqa.selenium.grid.distributor.local org.openqa.selenium.grid.node.local org.openqa.selenium.grid.server org.openqa.selenium.grid.sessionmap.local -
-
Uses of EventBus in org.openqa.selenium.events.local
Classes in org.openqa.selenium.events.local that implement EventBus Modifier and Type Class Description class
GuavaEventBus
-
Uses of EventBus in org.openqa.selenium.events.zeromq
Methods in org.openqa.selenium.events.zeromq that return EventBus Modifier and Type Method Description static EventBus
ZeroMqEventBus. create(org.openqa.selenium.grid.config.Config config)
static EventBus
ZeroMqEventBus. create(org.zeromq.ZContext context, java.lang.String publish, java.lang.String subscribe, boolean bind, Secret secret)
-
Uses of EventBus in org.openqa.selenium.grid.distributor
Constructors in org.openqa.selenium.grid.distributor with parameters of type EventBus Constructor Description GridModel(EventBus events)
-
Uses of EventBus in org.openqa.selenium.grid.distributor.local
Constructors in org.openqa.selenium.grid.distributor.local with parameters of type EventBus Constructor Description LocalDistributor(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, java.time.Duration healthcheckInterval, boolean rejectUnsupportedCaps, java.time.Duration sessionRequestRetryInterval, int newSessionThreadPoolSize)
-
Uses of EventBus in org.openqa.selenium.grid.node.local
Methods in org.openqa.selenium.grid.node.local with parameters of type EventBus Modifier and Type Method Description static LocalNode.Builder
LocalNode. builder(org.openqa.selenium.remote.tracing.Tracer tracer, EventBus bus, java.net.URI uri, java.net.URI gridUri, Secret registrationSecret)
Constructors in org.openqa.selenium.grid.node.local with parameters of type EventBus Constructor Description 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 Modifier and Type Method Description EventBus
EventBusOptions. getEventBus()
-
Uses of EventBus in org.openqa.selenium.grid.sessionmap.local
Constructors in org.openqa.selenium.grid.sessionmap.local with parameters of type EventBus Constructor Description LocalSessionMap(org.openqa.selenium.remote.tracing.Tracer tracer, EventBus bus)
-