View Source Google.Pubsub.Client behaviour (google_grpc_pubsub v0.1.5)

Link to this section Summary

Link to this section Callbacks

@callback send_request(function()) :: {:ok, any()} | {:error, any()}
Link to this callback

send_request(function, t)

View Source
@callback send_request(function(), Keyword.t()) :: {:ok, any()} | {:error, any()}
@callback send_request(any(), function()) :: {:ok, any()} | {:error, any()}
Link to this callback

send_request(any, function, t)

View Source
@callback send_request(any(), function(), Keyword.t()) :: {:ok, any()} | {:error, any()}

Link to this section Functions

@spec send_request(function()) :: {:ok, any()} | {:error, any()}
@spec send_request(function(), Keyword.t()) :: {:ok, any()} | {:error, any()}
@spec send_request(any(), function()) :: {:ok, any()} | {:error, any()}
Link to this function

send_request(req, fun, opts)

View Source
@spec send_request(any(), function(), Keyword.t()) :: {:ok, any()} | {:error, any()}