Uses of Class
io.modelcontextprotocol.util.KeepAliveScheduler.Builder
Packages that use KeepAliveScheduler.Builder
-
Uses of KeepAliveScheduler.Builder in io.modelcontextprotocol.util
Methods in io.modelcontextprotocol.util that return KeepAliveScheduler.BuilderModifier and TypeMethodDescriptionstatic KeepAliveScheduler.BuilderKeepAliveScheduler.builder(Supplier<reactor.core.publisher.Flux<McpSession>> mcpSessions) Creates a new Builder instance for constructing KeepAliveScheduler.KeepAliveScheduler.Builder.initialDelay(Duration initialDelay) Sets the initial delay before the first keepAlive call.Sets the interval between subsequent keepAlive calls.KeepAliveScheduler.Builder.scheduler(reactor.core.scheduler.Scheduler scheduler) Sets the scheduler to use for executing keepAlive calls.