Skip to main content
Version: Next

SubscriptionServiceConfig

Hierarchy

Index

Properties

Properties

optionalonRetry

onRetry?: () => void

Type declaration

    • (): void
    • A callback to be called in case the subscription to the service is re-sent to the service (eg: after a reconnection).


      Returns void

optionaltimeout

timeout?: number

After how much time (in ms) the message must be considered as timeout by the service.