@dxos/app-framework - v0.9.0
    Preparing search index...

    Interface TraceSinkFactoryContext

    Context passed to TraceSinkFactory implementations when the process-manager capability materialises contributed sinks.

    interface TraceSinkFactoryContext {
        resolver: ServiceResolver;
    }
    Index

    Properties

    Properties

    resolver: ServiceResolver

    Service resolver backing the shared ProcessManagerRuntime. Use it to resolve per-space (or per-process) services like FeedTraceSink when building a routing sink.