fastEventParsing
Parameters
fastEventParsing
Enables the fast event-parsing path for incoming WebSocket events. When enabled, supported event types are parsed directly into domain models, bypassing the DTO intermediate layer; unsupported event types fall back to the default DTO-based parser, so behavior is preserved for events the fast path does not yet handle. Currently supported event types: message.new. Disabled by default. The set of supported event types may grow over time.