TCP

TCP #

TCP

TCP (Transmission Control Protocol) is a core protocol of the Internet Protocol Suite, responsible for establishing and maintaining connections between devices on a network. It ensures reliable, ordered, and error-checked delivery of data packets over IP networks.

TCP is not described in the AsyncAPI specification. But the specification permits the use of custom protocols, and pure TCP can be used in many applications, so it is supported by go-asyncapi.
FeatureProtocol specifics
Protocol keytcp
ChannelConnection
ServerTCP peer
EnvelopeTCP packet

Bindings #

Server bindings #

Does not support any server bindings.

Channel bindings #

Does not support any channel bindings.

Operation bindings #

Does not support any operation bindings.

Message bindings #

Does not support any message bindings.