BaseRuntimeModule

PackageAxial.PlatformService
Helpers for constructing the standard explicit service bundle used by workflow hosts.

Summary

NameSignatureSynopsis
liveValueBaseRuntime.liveValue Creates the standard live base runtime as an explicit service bundle.
liveBaseRuntime.live Builds the standard live base runtime as an explicit service bundle.
fromServiceProviderBaseRuntime.fromServiceProvider Builds the base runtime from an .

liveValue

BaseRuntime.liveValue
Member
Creates the standard live base runtime as an explicit service bundle.

Returns

BaseRuntime

live

BaseRuntime.live
Member
Builds the standard live base runtime as an explicit service bundle.

Returns

Layer<unit, Never, BaseRuntime>

fromServiceProvider

BaseRuntime.fromServiceProvider
Member
Builds the base runtime from an IServiceProvider.

Returns

Layer<IServiceProvider, BaseRuntimeError, BaseRuntime>