Subscription constructor

Subscription(
  1. Stream _stream
)

Create the subscription

Should barely used directly, to subscribe to event bus, use EventBus.respond.

Implementation

Subscription(this._stream);