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

SchedulerService overview

Added in v1.0.0


Table of contents


constructors

makeSchedulerService

Signature

export declare const makeSchedulerService: Effect.Effect<SchedulerService$, never, SchedulerClientInstance>

Added in v1.0.0

layers

BaseSchedulerServiceLayer

Signature

export declare const BaseSchedulerServiceLayer: Layer.Layer<SchedulerService, never, SchedulerClientInstance>

Added in v1.0.0

DefaultSchedulerServiceLayer

Signature

export declare const DefaultSchedulerServiceLayer: Layer.Layer<SchedulerService, never, never>

Added in v1.0.0

SchedulerServiceLayer

Signature

export declare const SchedulerServiceLayer: Layer.Layer<SchedulerService, never, SchedulerClientInstanceConfig>

Added in v1.0.0

models

Scheduler

Signature

export declare const Scheduler: typeof SchedulerService

Added in v1.0.0

SchedulerService (class)

Signature

export declare class SchedulerService

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