View Source Google.Pubsub.Subscriber behaviour (google_grpc_pubsub v0.1.6)
Link to this section Summary
Link to this section Types
@type t() :: %Google.Pubsub.Subscriber{ request_opts: Keyword.t(), subscription: Google.Pubsub.Subscription.t() }
Link to this section Callbacks
@callback handle_messages([Google.Pubsub.Message.t()]) :: [Google.Pubsub.Message.t()]