n8n Semble Integration

  • Home
Getting Started
  • Configuration
  • Installation
Node Reference
  • Booking Nodes
  • Credentials
  • Overview
  • Patient Nodes
  • Product Nodes
  • Trigger Nodes
API Reference
  • Overview
  • Components
  • Core
Examples
  • Common Workflows
  • Integration Patterns
  • Troubleshooting
Development
  • Architecture
  • Contributing
  • Testing

ServiceLifetime

n8n-nodes-semble v2.1.0


n8n-nodes-semble / core/ServiceContainer / ServiceLifetime

Enumeration: ServiceLifetime¶

Defined in: core/ServiceContainer.ts:15

Service lifecycle types

Enumeration Members¶

SINGLETON¶

SINGLETON: "singleton"

Defined in: core/ServiceContainer.ts:16


TRANSIENT¶

TRANSIENT: "transient"

Defined in: core/ServiceContainer.ts:17


SCOPED¶

SCOPED: "scoped"

Defined in: core/ServiceContainer.ts:18

Menu
Home
Getting Started
Configuration Installation
Node Reference
Booking Nodes Credentials Overview Patient Nodes Product Nodes Trigger Nodes
API Reference
Overview Components Core
Examples
Common Workflows Integration Patterns Troubleshooting
Development
Architecture Contributing Testing

On This Page

Enumeration Members SINGLETON TRANSIENT SCOPED
shadcn theme provided by @asiffer