stem_postgres
library
Functions
-
postgresBrokerFactory(String uri, {String? applicationName, TlsConfig? tls})
→ StemBrokerFactory
-
-
postgresResultBackendFactory(String uri, {String schema = 'public', String namespace = 'stem', Duration defaultTtl = const Duration(days: 1), Duration groupDefaultTtl = const Duration(days: 1), Duration heartbeatTtl = const Duration(minutes: 1), String? applicationName, TlsConfig? tls})
→ StemBackendFactory
-
-
postgresWorkflowStoreFactory(String uri, {String schema = 'public', String namespace = 'stem', String? applicationName, TlsConfig? tls})
→ WorkflowStoreFactory
-