Uses of Class
dev.tachyonmcp.api.server.config.RuntimeConfig.Builder
Packages that use RuntimeConfig.Builder
Package
Description
Server configuration model.
Server classes
-
Uses of RuntimeConfig.Builder in dev.tachyonmcp.api.server.config
Methods in dev.tachyonmcp.api.server.config that return RuntimeConfig.BuilderModifier and TypeMethodDescriptionstatic RuntimeConfig.BuilderRuntimeConfig.builder()abstract RuntimeConfig.BuilderRuntimeConfig.Builder.requestTimeout(Duration requestTimeout) Sets the timeout for pending requests sent to the client (default 60s).abstract RuntimeConfig.BuilderRuntimeConfig.Builder.shutdownGracePeriod(Duration shutdownGracePeriod) Sets the shutdown grace period: how long an owned executor is given to drain in-flight handlers onclose()before they are force-interrupted. -
Uses of RuntimeConfig.Builder in dev.tachyonmcp.core.server
Method parameters in dev.tachyonmcp.core.server with type arguments of type RuntimeConfig.BuilderModifier and TypeMethodDescriptionServerBuilder.runtime(Consumer<RuntimeConfig.Builder> configurer) Configures handler execution.