View Source Google.Pubsub.Message (google_grpc_pubsub v0.1.11)

Link to this section Summary

Link to this section Types

@type t() :: %Google.Pubsub.Message{ack_id: String.t(), data: String.t()}

Link to this section Functions

@spec decode!(t()) :: map()
@spec decode(t()) :: {:ok, map()} | {:error, any()}
@spec new!(Google.Pubsub.V1.ReceivedMessage.t() | String.t() | map()) :: t()