final |
|---|
readonly |
Thin shell that drives a single transport's lifecycle, exposing a blocking
run() and a non-blocking listen().
| Methods | ||
|---|---|---|
public
|
__construct(
MessageDispatcherInterface $dispatcher,
LoggerInterface $logger = new NullLogger(),
?SubscriptionStoreInterface $subscriptions = null,
)
|
# |
public
|
run(TransportInterface $transport): void
|
# |
public
|
listen(TransportInterface $transport): void
|
# |