We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f114b40 commit 1292f88Copy full SHA for 1292f88
java/server/src/org/openqa/selenium/grid/server/EventBusFlags.java
@@ -43,4 +43,10 @@ public class EventBusFlags {
43
// We use the Boolean here so we can differentiate between there being no option, and a default
44
// false value.
45
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;
52
}
0 commit comments