Interface CanCustomizeClient
-
- All Superinterfaces:
CanStartClient
- All Known Implementing Classes:
DominoTestClient
public interface CanCustomizeClient extends CanStartClient
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <L extends org.dominokit.domino.api.shared.extension.DominoEventListener>
CanCustomizeClientlistenerOf(Class<L> listenerType, ListenerHandler<L> handler)CanCustomizeClientonBeforeClientStart(BeforeClientStart beforeClientStart)CanCustomizeClientonClientStarted(StartCompleted startCompleted)CanCustomizeClientoverrideConfig(DominoTestClient.ConfigOverrideHandler handler)CanCustomizeClientwithServer(io.vertx.ext.unit.TestContext testContext)CanCustomizeClientwithServer(io.vertx.ext.unit.TestContext testContext, org.dominokit.domino.test.api.DominoTestServer.AfterLoadHandler afterLoadHandler)
-
-
-
Method Detail
-
overrideConfig
CanCustomizeClient overrideConfig(DominoTestClient.ConfigOverrideHandler handler)
-
listenerOf
<L extends org.dominokit.domino.api.shared.extension.DominoEventListener> CanCustomizeClient listenerOf(Class<L> listenerType, ListenerHandler<L> handler)
-
onBeforeClientStart
CanCustomizeClient onBeforeClientStart(BeforeClientStart beforeClientStart)
-
onClientStarted
CanCustomizeClient onClientStarted(StartCompleted startCompleted)
-
withServer
CanCustomizeClient withServer(io.vertx.ext.unit.TestContext testContext, org.dominokit.domino.test.api.DominoTestServer.AfterLoadHandler afterLoadHandler)
-
withServer
CanCustomizeClient withServer(io.vertx.ext.unit.TestContext testContext)
-
-