LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
LangGraph
  • Web
  • Channels
  • Pregel
  • Prebuilt
  • Remote
  • Stream
LangGraph SDK
  • Ui
  • Client
  • Auth
  • React
  • Logging
  • React Ui
  • Utils
  • Server
  • Stream
LangGraph Checkpoint
LangGraph Checkpoint MongoDB
LangGraph Checkpoint Postgres
  • Store
LangGraph Checkpoint Redis
  • Shallow
  • Store
LangGraph Checkpoint SQLite
LangGraph Checkpoint Validation
  • Cli
LangGraph API
LangGraph CLI
LangGraph CUA
  • Utils
LangGraph Supervisor
LangGraph Swarm
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

LangGraph
WebChannelsPregelPrebuiltRemoteStream
LangGraph SDK
UiClientAuthReactLoggingReact UiUtilsServerStream
LangGraph Checkpoint
LangGraph Checkpoint MongoDB
LangGraph Checkpoint Postgres
Store
LangGraph Checkpoint Redis
ShallowStore
LangGraph Checkpoint SQLite
LangGraph Checkpoint Validation
Cli
LangGraph API
LangGraph CLI
LangGraph CUA
Utils
LangGraph Supervisor
LangGraph Swarm
Language
Theme
JavaScript@langchain/langgraphstreamMatchableEvent
Interfaceā—Since v0.3

MatchableEvent

Minimal protocol-event shape consumed by inferChannel and matchesSubscription.

Both the core ProtocolEvent and the wire-level Event from @langchain/protocol structurally satisfy this contract, so the same predicates can drive in-process fan-out, buffered replay, and server-side (SSE / WebSocket) event-sink filtering without coupling to a single event type.

Copy
interface MatchableEvent

Properties

property
method: string

Logical stream channel. Built-in channels match StreamMode (e.g. messages, updates); transformer-synthesized channels include lifecycle and input; user-defined channels carry their StreamChannel.channelName.

property
params: __type

Channel-specific payload and routing metadata.

property
seq: number
View source on GitHub