Uses of Class
berlin.yuna.natsserver.logic.NatsStreaming
Packages that use NatsStreaming
-
Uses of NatsStreaming in berlin.yuna.natsserver.logic
Methods in berlin.yuna.natsserver.logic that return NatsStreamingModifier and TypeMethodDescriptionNatsStreaming.config(NatsStreamingConfig key, String value) Configures the nats serverConfigures the nats serverNatsStreaming.config(Map<NatsStreamingConfig, String> config) Configures the nats serverNatsStreaming.start()Starts the server inProcessBuilderwith the given configconfig(String...)NatsStreaming.start(long timeoutMs) Starts the server inProcessBuilderwith the given configconfig(String...)NatsStreaming.stop()Stops theProcessBuilderand kills theNatsStreamingOnly a log error will occur if theNatsStreamingwere never startedNatsStreaming.stop(long timeoutMs) Stops theProcessBuilderand kills theNatsStreamingOnly a log error will occur if theNatsStreamingwere never startedNatsStreaming.tryStart()Starts the server inProcessBuilderwith the given parameterConfigconfig(String...)Throws all exceptions asRuntimeExceptionNatsStreaming.tryStart(long timeoutMs) Starts the server inProcessBuilderwith the given configconfig(String...)Throws all exceptions asRuntimeException