Are you an LLM? You can read better optimized documentation at /documentation/api/core/interfaces/StreamDefinition.md for this page in Markdown format
ws-asyncapi API / core / StreamDefinition
Interface: StreamDefinition
Defined in: .api-entries/core/index.d.ts:684
Stored stream definition (input/output schemas + async-generator handler).
Properties
input
input:
AnySchema
Defined in: .api-entries/core/index.d.ts:685
output
output:
AnySchema
Defined in: .api-entries/core/index.d.ts:686
handler
handler:
StreamHandler<any,any,any,any,any,any,any,any>
Defined in: .api-entries/core/index.d.ts:687