Uses of Class
berlin.yuna.natsserver.logic.Nats
-
Packages that use Nats Package Description berlin.yuna.natsserver.logic -
-
Uses of Nats in berlin.yuna.natsserver.logic
Methods in berlin.yuna.natsserver.logic that return Nats Modifier and Type Method Description NatsNats. config(NatsConfig key, String value)Configures the nats serverNatsNats. config(String... kv)Configures the nats serverNatsNats. config(Map<NatsConfig,String> config)Configures the nats serverNatsNats. start()Starts the server inProcessBuilderwith the given configconfig(String...)NatsNats. start(long timeoutMs)Starts the server inProcessBuilderwith the given configconfig(String...)NatsNats. stop()Stops theProcessBuilderand kills theNatsOnly a log error will occur if theNatswere never startedNatsNats. stop(long timeoutMs)Stops theProcessBuilderand kills theNatsOnly a log error will occur if theNatswere never startedNatsNats. tryStart()Starts the server inProcessBuilderwith the given parameterConfigconfig(String...)Throws all exceptions asRuntimeExceptionNatsNats. tryStart(long timeoutMs)Starts the server inProcessBuilderwith the given configconfig(String...)Throws all exceptions asRuntimeException
-