Contents

Publishers.Autoconnect

A publisher that automatically connects to an upstream connectable publisher.

Declaration

class Autoconnect<Upstream> where Upstream : ConnectablePublisher

Overview

This publisher calls connect() on the upstream ConnectablePublisher when first attached to by a subscriber.

Topics

Creating an autoconnect publisher

Declaring supporting types

Inspecting publisher properties

See Also

Using explicit publisher connections