Uses of Class
berlin.yuna.natsserver.config.NatsConfig
-
Packages that use NatsConfig Package Description berlin.yuna.natsserver.config berlin.yuna.natsserver.logic -
-
Uses of NatsConfig in berlin.yuna.natsserver.config
Methods in berlin.yuna.natsserver.config that return NatsConfig Modifier and Type Method Description static NatsConfigNatsConfig. 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. -
Uses of NatsConfig in berlin.yuna.natsserver.logic
Methods in berlin.yuna.natsserver.logic that return types with arguments of type NatsConfig Modifier and Type Method Description Map<NatsConfig,MapValue>Nats. config()GetNatServerConfigMethods in berlin.yuna.natsserver.logic with parameters of type NatsConfig Modifier and Type Method Description NatsNats. config(NatsConfig key, String value)Configures the nats serverStringNatsBase. getValue(NatsConfig key)Gets resolved config value from keyStringNatsBase. getValue(NatsConfig key, Supplier<String> or)Gets resolved config value from keyMethod parameters in berlin.yuna.natsserver.logic with type arguments of type NatsConfig Modifier and Type Method Description NatsNats. config(Map<NatsConfig,String> config)Configures the nats serverstatic StringNatsUtils. resolveEnvs(String input, Map<NatsConfig,MapValue> config)
-