@dxos/react-client
    Preparing search index...

    Variable createFeedServiceLayerConst

    createFeedServiceLayer: (
        queues: QueueAPI,
    ) => Layer.Layer<Feed.FeedService, never, never>

    Creates a Feed.FeedService Effect layer backed by a QueueFactory. This bridges the Feed public API (in echo) to the queue implementation (in echo-client).

    Type declaration

      • (queues: QueueAPI): Layer.Layer<Feed.FeedService, never, never>
      • Parameters

        • queues: QueueAPI

        Returns Layer.Layer<Feed.FeedService, never, never>