Class WebsocketOutboundDecoratorConfig

Contains configuration used during the initialization phase to ensure different decorators work together. Used to store configuration for outbound. The configuration is then loaded once the server is started.

Hierarchy

Constructors

Properties

authenticator: WebsocketAuthenticator

Refers to an authenticator used for the decorated method.

lazyLoading: boolean = false

Defines whether the outbound should use lazy or eager loading.

partialUpdates: boolean = false

Defines whether the outbound updates should be sent partially.

resendAfterAuthenticationChange: boolean = false

Defines whether the outbound should automatically be re-sent after an auth change.

subscriptionEnabled: boolean = false

If outbound subscription mode is enabled.

subscriptionsFor: MessageFilter[] = []

If outbound subscription for filter is enabled.

supportsCache: boolean = false

Defines whether the outbound does support caching on the client-side.

Methods

Generated using TypeDoc