Skip to main content

heartbeat_response_handler_executor

Function heartbeat_response_handler_executor 

Source
pub fn heartbeat_response_handler_executor(
    extensions: &FrontendHeartbeatExtensions,
    suspend_state: Arc<AtomicBool>,
    cache_invalidator: CacheInvalidatorRef,
) -> HeartbeatResponseHandlerExecutorRef
Expand description

Builds the frontend heartbeat response handler chain.

Mailbox parsing always runs first, followed by extension handlers, suspension state handling, and cache invalidation.