public interface TemporaryClient
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
ScreenDriver |
doWork(Spawner spawner,
BootstrapConfig config,
java.util.function.Supplier<java.lang.String> diagnostics)
Depending on the type of the started P2J client, this will do custom work using the
temporary credentials.
|
ScreenDriver doWork(Spawner spawner, BootstrapConfig config, java.util.function.Supplier<java.lang.String> diagnostics)
spawner - The spawner remote access interface.config - The configuration to use for setup of the client and for the server connection.null if this
is not the case.