View Source ExAzureSpeech.Common.Protocols.SocketMessage protocol (ex_azure_speech v0.2.0)
Defines a protocol for building a message to be sent over a socket.
Summary
Functions
Builds a message to be sent over a socket.
Types
@type t() :: term()
All the types that implement this protocol.
Functions
@spec build_message(term(), ExAzureSpeech.Common.Guid.t()) :: ExAzureSpeech.Common.SocketMessage.t()
Builds a message to be sent over a socket.