Skip to content

Commit 1292f88

Browse files
Adam Goucherbarancev
authored andcommitted
added a missing flag for EventBusConfig.java to swap out the implementation of the event bus
Signed-off-by: Alexei Barantsev <[email protected]>
1 parent f114b40 commit 1292f88

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

java/server/src/org/openqa/selenium/grid/server/EventBusFlags.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,10 @@ public class EventBusFlags {
4343
// We use the Boolean here so we can differentiate between there being no option, and a default
4444
// false value.
4545
private boolean bind;
46+
47+
@Parameter(
48+
names = {"--events-implementation"},
49+
description = "Full classname of non-default event bus implementation")
50+
@ConfigValue(section = "events", name = "implementation")
51+
private String implmentation;
4652
}

0 commit comments

Comments
 (0)