Uses of Enum Class
com.soklet.McpStreamTerminationReason
Packages that use McpStreamTerminationReason
-
Uses of McpStreamTerminationReason in com.soklet
Subclasses with type arguments of type McpStreamTerminationReason in com.sokletModifier and TypeClassDescriptionenumReasons why a simulated or real MCP stream may terminate.Methods in com.soklet that return McpStreamTerminationReasonModifier and TypeMethodDescriptionMetricsCollector.McpEndpointStreamTerminationKey.terminationReason()Returns the value of theterminationReasonrecord component.static McpStreamTerminationReasonReturns the enum constant of this class with the specified name.static McpStreamTerminationReason[]McpStreamTerminationReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.soklet with parameters of type McpStreamTerminationReasonModifier and TypeMethodDescriptiondefault voidLifecycleObserver.didTerminateMcpSseStream(@NonNull Request request, @NonNull Class<? extends McpEndpoint> endpointClass, @NonNull String sessionId, @NonNull Duration connectionDuration, @NonNull McpStreamTerminationReason terminationReason, @Nullable Throwable throwable) Called after an MCP GET stream is terminated.default voidMetricsCollector.didTerminateMcpSseStream(@NonNull Request request, @NonNull Class<? extends McpEndpoint> endpointClass, @NonNull String sessionId, @NonNull Duration connectionDuration, @NonNull McpStreamTerminationReason terminationReason, @Nullable Throwable throwable) Called after an MCP GET stream is terminated.default voidLifecycleObserver.willTerminateMcpSseStream(@NonNull Request request, @NonNull Class<? extends McpEndpoint> endpointClass, @NonNull String sessionId, @NonNull McpStreamTerminationReason terminationReason, @Nullable Throwable throwable) Called before an MCP GET stream is terminated.Constructors in com.soklet with parameters of type McpStreamTerminationReasonModifierConstructorDescriptionMcpEndpointStreamTerminationKey(@NonNull Class<? extends McpEndpoint> endpointClass, @NonNull McpStreamTerminationReason terminationReason) Creates an instance of aMcpEndpointStreamTerminationKeyrecord class.