Uses of Enum Class
dev.tachyonmcp.core.runtime.Backpressure
Packages that use Backpressure
Package
Description
Runtime context, session management, and SSE connection abstractions for
request processing.
-
Uses of Backpressure in dev.tachyonmcp.core.runtime
Methods in dev.tachyonmcp.core.runtime that return BackpressureModifier and TypeMethodDescriptionSession.backpressure()Returns the current backpressure state.Session.computeBackpressure()Recomputes and returns the backpressure state based on stream writability.static BackpressureReturns the enum constant of this class with the specified name.static Backpressure[]Backpressure.values()Returns an array containing the constants of this enum class, in the order they are declared.