TransportInterface
in
Tags
Table of Contents
Methods
- contentType() : string
- forceFlush() : bool
- send() : FutureInterface
- shutdown() : bool
Methods
contentType()
public
contentType() : string
Return values
stringforceFlush()
public
forceFlush([CancellationInterface|null $cancellation = null ]) : bool
Parameters
- $cancellation : CancellationInterface|null = null
Return values
boolsend()
public
send(string $payload[, CancellationInterface|null $cancellation = null ]) : FutureInterface
Parameters
- $payload : string
- $cancellation : CancellationInterface|null = null
Return values
FutureInterfaceshutdown()
public
shutdown([CancellationInterface|null $cancellation = null ]) : bool
Parameters
- $cancellation : CancellationInterface|null = null