| Package | Description |
|---|---|
| berlin.yuna.natsserver.config | |
| berlin.yuna.natsserver.logic |
| Modifier and Type | Method and Description |
|---|---|
static NatsConfig |
NatsConfig.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NatsConfig[] |
NatsConfig.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<NatsConfig,MapValue> |
Nats.config()
GetNatServerConfig
|
| Modifier and Type | Method and Description |
|---|---|
Nats |
Nats.config(NatsConfig key,
String value)
Configures the nats server
|
String |
NatsBase.getValue(NatsConfig key)
Gets resolved config value from key
|
String |
NatsBase.getValue(NatsConfig key,
Supplier<String> or)
Gets resolved config value from key
|
| Modifier and Type | Method and Description |
|---|---|
Nats |
Nats.config(Map<NatsConfig,String> config)
Configures the nats server
|
static String |
NatsUtils.resolveEnvs(String input,
Map<NatsConfig,MapValue> config) |
Copyright © 2022. All rights reserved.