Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DestinationOptions

Hierarchy

Index

Properties

Optional enableCircuitBreaker

enableCircuitBreaker: boolean

A boolean value that indicates whether to execute request to SCP-CF services using circuit breaker.

Optional isolationStrategy

isolationStrategy: IsolationStrategy

The isolation strategy used for caching destinations. For the available options, see IsolationStrategy. By default, IsolationStrategy.Tenant is set.

Optional selectionStrategy

selectionStrategy: DestinationSelectionStrategy

Method that implements the selection strategy of the retrieved destination. Uses subscriberFirst per default. Use the selector helper DestinationSelectionStrategies to select the appropriate selection strategy.

Optional useCache

useCache: boolean

A boolean value that indicates whether to read destinations from cache.

Optional userJwt

userJwt: string

The user token of the current request.