public class NatsServerRunnerOptionsImpl extends java.lang.Object implements NatsServerRunnerOptions
| Constructor and Description |
|---|
NatsServerRunnerOptionsImpl(NatsServerRunner.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
java.nio.file.Path |
configFilePath() |
java.util.List<java.lang.String> |
configInserts() |
java.util.List<java.lang.String> |
customArgs() |
DebugLevel |
debugLevel() |
java.nio.file.Path |
executablePath() |
boolean |
jetStream() |
java.util.logging.Logger |
logger() |
java.util.logging.Level |
logLevel() |
java.lang.Integer |
port() |
public NatsServerRunnerOptionsImpl(NatsServerRunner.Builder builder)
public java.lang.Integer port()
port in interface NatsServerRunnerOptionspublic DebugLevel debugLevel()
debugLevel in interface NatsServerRunnerOptionspublic boolean jetStream()
jetStream in interface NatsServerRunnerOptionspublic java.nio.file.Path configFilePath()
configFilePath in interface NatsServerRunnerOptionspublic java.util.List<java.lang.String> configInserts()
configInserts in interface NatsServerRunnerOptionspublic java.util.List<java.lang.String> customArgs()
customArgs in interface NatsServerRunnerOptionspublic java.nio.file.Path executablePath()
executablePath in interface NatsServerRunnerOptionspublic java.util.logging.Logger logger()
logger in interface NatsServerRunnerOptionspublic java.util.logging.Level logLevel()
logLevel in interface NatsServerRunnerOptions