Uses of Class
berlin.yuna.natsserver.logic.NatsStreaming
-
Packages that use NatsStreaming Package Description berlin.yuna.natsserver.logic -
-
Uses of NatsStreaming in berlin.yuna.natsserver.logic
Methods in berlin.yuna.natsserver.logic that return NatsStreaming Modifier and Type Method Description NatsStreamingNatsStreaming. config(NatsStreamingConfig key, String value)Configures the nats serverNatsStreamingNatsStreaming. config(String... kv)Configures the nats serverNatsStreamingNatsStreaming. config(Map<NatsStreamingConfig,String> config)Configures the nats serverNatsStreamingNatsStreaming. start()Starts the server inProcessBuilderwith the given configconfig(String...)NatsStreamingNatsStreaming. start(long timeoutMs)Starts the server inProcessBuilderwith the given configconfig(String...)NatsStreamingNatsStreaming. stop()Stops theProcessBuilderand kills theNatsStreamingOnly a log error will occur if theNatsStreamingwere never startedNatsStreamingNatsStreaming. stop(long timeoutMs)Stops theProcessBuilderand kills theNatsStreamingOnly a log error will occur if theNatsStreamingwere never startedNatsStreamingNatsStreaming. tryStart()Starts the server inProcessBuilderwith the given parameterConfigconfig(String...)Throws all exceptions asRuntimeExceptionNatsStreamingNatsStreaming. tryStart(long timeoutMs)Starts the server inProcessBuilderwith the given configconfig(String...)Throws all exceptions asRuntimeException
-