IDeltaSender Interface
Contract supporting delivery of outbound messages to the server
This API is provided for existing users, but is not recommended for new users.
To use, import via @fluidframework/container-definitions/legacy
.
For more information about our API support guarantees, see here.
Signature
/** @sealed */
export interface IDeltaSender
Methods
Method | Alerts | Return Type | Description |
---|---|---|---|
flush() | Alpha |
void | Flush all pending messages through the outbound queue |
Method Details
flush
Flush all pending messages through the outbound queue
This API is provided as an alpha preview and may change without notice.
To use, import via @fluidframework/container-definitions/alpha
.
For more information about our API support guarantees, see here.
Signature
flush(): void;