View Source Tesla.Middleware.ConsulWatch (consulex v0.1.6)

Fills the request so it results in a Consul blocking query.

example-usage

Example usage

defmodule Myclient do
  use Tesla
  plug Tesla.Middleware.ConsulWatch, wait: 60_000
end

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.