Package dev.tachyonmcp.core.runtime
Interface InteractionEvent
- All Known Implementing Classes:
InteractionEvent.OperationStarted,InteractionEvent.ShutdownComplete,InteractionEvent.ShutdownStarted
@InternalApi
public sealed interface InteractionEvent
permits InteractionEvent.OperationStarted, InteractionEvent.ShutdownStarted, InteractionEvent.ShutdownComplete
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordINITIALIZATION → OPERATION: protocol negotiation complete.static final recordSHUTDOWN complete: all cleanup done, channel may be closed.static final recordOPERATION → SHUTDOWN: client requested graceful termination.