Skip to main content Link Search Menu Expand Document (external link)

MqService overview

Added in v1.0.0


Table of contents


constructors

makeMqService

Signature

export declare const makeMqService: Effect.Effect<MqService$, never, MqClientInstance>

Added in v1.0.0

layers

BaseMqServiceLayer

Signature

export declare const BaseMqServiceLayer: Layer.Layer<MqService, never, MqClientInstance>

Added in v1.0.0

DefaultMqServiceLayer

Signature

export declare const DefaultMqServiceLayer: Layer.Layer<MqService, never, never>

Added in v1.0.0

MqServiceLayer

Signature

export declare const MqServiceLayer: Layer.Layer<MqService, never, MqClientInstanceConfig>

Added in v1.0.0

models

Mq

Signature

export declare const Mq: typeof MqService

Added in v1.0.0

MqService (class)

Signature

export declare class MqService

Added in v1.0.0

utils

HttpHandlerOptions (interface)

Signature

export interface HttpHandlerOptions {
  /**
   * The maximum time in milliseconds that the connection phase of a request
   * may take before the connection attempt is abandoned.
   */
  requestTimeout?: number
}

Added in v1.0.0