final |
|---|
readonly |
One open subscriptions/listen stream: the id every message on it carries, the notification types the
server agreed to honour, and the pump that reaches the client.
| Methods | ||
|---|---|---|
public
|
__construct(
RequestId $subscriptionId,
SubscriptionFilter $honoured,
SenderInterface $sender,
DeferredFuture<null> $closed,
)
|
# |
| Properties | |||
|---|---|---|---|
public
|
RequestId
|
$subscriptionId
|
# |
public
|
SubscriptionFilter
|
$honoured
|
# |
public
|
SenderInterface
|
$sender
|
# |
public
|
DeferredFuture<null>
|
$closed
|
# |