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,String>Nats. config()GetNatServerConfigMethods in berlin.yuna.natsserver.logic with parameters of type NatsConfig Modifier and Type Method Description NatsNats. config(NatsConfig key, String value)Sets a single config valueMethod parameters in berlin.yuna.natsserver.logic with type arguments of type NatsConfig Modifier and Type Method Description NatsNats. config(Map<NatsConfig,String> config)Passes the original parameters to the server on startup
-