Preparing search index...
The search index is not available
DWN-SDK Documentation - v0.5.2
DWN-SDK Documentation
MessageOptions
Interface MessageOptions
MessageOptions that are used when processing a message.
interface
MessageOptions
{
dataStream
?:
Readable
;
subscriptionHandler
?:
RecordSubscriptionHandler
|
MessageSubscriptionHandler
;
}
Index
Properties
data
Stream?
subscription
Handler?
Properties
Optional
data
Stream
data
Stream
?:
Readable
Optional
subscription
Handler
subscription
Handler
?:
RecordSubscriptionHandler
|
MessageSubscriptionHandler
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
data
Stream
subscription
Handler
DWN-SDK Documentation - v0.5.2
Loading...
MessageOptions that are used when processing a message.