Baseline dependency configuration for topic handlers

interface BaselineDependency {
    path: string;
    method?: string;
    replayStrategy?: ReplayStrategy;
}

Properties

path: string

API path of the baseline request this handler depends on

method?: string

HTTP method of the baseline request

Default

'get'
replayStrategy?: ReplayStrategy

Strategy for replaying queued events after baseline loads

Default

ReplayStrategy.AFTER_REQUEST