@Value.Immutable public abstract class MongodStarter extends MongoServerStarter<RunningMongodProcess> implements de.flapdoodle.reverse.naming.HasLabel
| Constructor and Description |
|---|
MongodStarter() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableMongodStarter.Builder |
builder() |
de.flapdoodle.reverse.StateID<RunningMongodProcess> |
destination() |
protected de.flapdoodle.embed.process.types.RunningProcessFactory<RunningMongodProcess> |
factory(long startupTimeout,
de.flapdoodle.embed.process.config.SupportConfig supportConfig,
de.flapdoodle.os.Platform platform,
Net net) |
String |
transitionLabel() |
static ImmutableMongodStarter |
withDefaults() |
arguments, net, platform, processConfig, processEnv, processExecutable, processOutput, processWorkingDir, result, sources, supportConfig@Value.Default public String transitionLabel()
transitionLabel in interface de.flapdoodle.reverse.naming.HasLabel@Value.Default public de.flapdoodle.reverse.StateID<RunningMongodProcess> destination()
destination in interface de.flapdoodle.reverse.Transition<RunningMongodProcess>protected de.flapdoodle.embed.process.types.RunningProcessFactory<RunningMongodProcess> factory(long startupTimeout, de.flapdoodle.embed.process.config.SupportConfig supportConfig, de.flapdoodle.os.Platform platform, Net net)
factory in class MongoServerStarter<RunningMongodProcess>public static ImmutableMongodStarter.Builder builder()
public static ImmutableMongodStarter withDefaults()
Copyright © 2022. All rights reserved.