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)Sets a single config valueNatsStreamingNatsStreaming. config(String... config)Passes the original parameters to the server on startupNatsStreamingNatsStreaming. config(Map<NatsStreamingConfig,String> config)Passes the original parameters to the server on startupNatsStreamingNatsStreaming. port(int port)Sets the port out of the configurationNatsStreamingNatsStreaming. source(String natsServerUrl)Url to find nats server sourceNatsStreamingNatsStreaming. start()Starts the server inProcessBuilderwith the given parameterConfigconfig(String...)NatsStreamingNatsStreaming. start(long timeoutMs)Starts the server inProcessBuilderwith the given parameterConfigconfig(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 parameterConfigconfig(String...)Throws all exceptions asRuntimeException
-