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