class Lavin::Httpclient::Exchange
- Lavin::Httpclient::Exchange
- Lavin::Httpclient::Model
- Reference
- Object
Defined in:
endpoint/exchange.crConstant Summary
-
ENDPOINT =
"/api/exchanges"
Constructors
Class Method Summary
- .all(vhost : String)
- .all
- .create_or_update(name : String, vhost : String, etype : String, auto_delete : Bool = false, durable : Bool = false, internal : Bool = false, delayed : Bool = false, arguments : Hash(String, String | UInt32) = Hash(String, String | UInt32).new)
- .delete(name : String, vhost : String)
- .get(name : String, vhost : String)
Constructor methods inherited from class Lavin::Httpclient::Model
new(pull : JSON::PullParser)
new
Constructor Detail
Class Method Detail
def self.create_or_update(name : String, vhost : String, etype : String, auto_delete : Bool = false, durable : Bool = false, internal : Bool = false, delayed : Bool = false, arguments : Hash(String, String | UInt32) = Hash(String, String | UInt32).new)
#