Uses of Enum Class
berlin.yuna.natsserver.config.NatsConfig
Packages that use NatsConfig
-
Uses of NatsConfig in berlin.yuna.natsserver.config
Methods in berlin.yuna.natsserver.config that return NatsConfigModifier and TypeMethodDescriptionstatic NatsConfigReturns the enum constant of this class with the specified name.static NatsConfig[]NatsConfig.values()Returns an array containing the constants of this enum class, 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 NatsConfigMethods in berlin.yuna.natsserver.logic with parameters of type NatsConfigModifier and TypeMethodDescriptionNats.config(NatsConfig key, String value) Configures the nats serverNatsBase.getValue(NatsConfig key) Gets resolved config value from keyNatsBase.getValue(NatsConfig key, Supplier<String> or) Gets resolved config value from keyMethod parameters in berlin.yuna.natsserver.logic with type arguments of type NatsConfigModifier and TypeMethodDescriptionNats.config(Map<NatsConfig, String> config) Configures the nats serverstatic StringNatsUtils.resolveEnvs(String input, Map<NatsConfig, MapValue> config)