---
title: receiveOutput
framework: combine
role: symbol
role_heading: Instance Property
path: combine/publishers/handleevents/receiveoutput
---

# receiveOutput

A closure that executes when the publisher receives a value from the upstream publisher.

## Declaration

```swift
var receiveOutput: ((Publishers.HandleEvents<Upstream>.Output) -> Void)?
```

## See Also

### Inspecting publisher properties

- [upstream](combine/publishers/handleevents/upstream.md)
- [receiveSubscription](combine/publishers/handleevents/receivesubscription.md)
- [receiveCompletion](combine/publishers/handleevents/receivecompletion.md)
- [receiveCancel](combine/publishers/handleevents/receivecancel.md)
- [receiveRequest](combine/publishers/handleevents/receiverequest.md)
