<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.15.0 -",
    "tvOS: 13.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Combine",
  "identifier" : "/documentation/Combine/Subscribers",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Combine"
    ],
    "preciseIdentifier" : "s:7Combine11SubscribersO"
  },
  "title" : "Subscribers"
}
-->

# Subscribers

A namespace for types that serve as subscribers.

```
enum Subscribers
```

## Topics

### Requesting elements

[`Subscribers.Demand`](/documentation/Combine/Subscribers/Demand)

A requested number of items, sent to a publisher from a subscriber through the subscription.

### Receiving life cycle events

[`Subscribers.Completion`](/documentation/Combine/Subscribers/Completion)

A signal that a publisher doesn’t produce additional elements, either due to normal completion or an error.

### Using convenience subscribers

[`Subscribers.Sink`](/documentation/Combine/Subscribers/Sink)

A simple subscriber that requests an unlimited number of values upon subscription.

[`Subscribers.Assign`](/documentation/Combine/Subscribers/Assign)

A simple subscriber that assigns received elements to a property indicated by a key path.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)