View Source Google.Pubsub.Subscription (google_grpc_pubsub v0.4.1)
Link to this section Summary
Link to this section Types
@type t() :: Google.Pubsub.V1.Subscription.t()
Link to this section Functions
@spec acknowledge(t(), Google.Pubsub.Message.t() | [Google.Pubsub.Message.t()]) :: :ok | {:error, any()}
@spec pull(t(), [{:max_messages, number()}]) :: {:ok, [Google.Pubsub.Message.t()]} | {:error, any()}