class LavinMQ::ParameterStore(T)
- LavinMQ::ParameterStore(T)
- Reference
- Object
Included Modules
- Enumerable({String | {String?, String} | Nil, T})
Defined in:
lavinmq/parameter_store.crConstant Summary
-
Log =
LavinMQ::Log.for("parameter_store")
Constructors
Macro Summary
Instance Method Summary
- #apply(parameter : Parameter | Nil = nil, &)
- #create(parameter : T, save = true)
- #delete(id, save = true) : T | Nil
-
#each(&)
Must yield this collection's elements to the block.
- #to_json(json : JSON::Builder)
Constructor Detail
def self.new(data_dir : String, file_name : String, replicator : Clustering::Replicator, vhost : String | Nil = nil)
#
Macro Detail
Instance Method Detail
def each(&)
#
Description copied from module Enumerable({String | {String?, String} | Nil, T})
Must yield this collection's elements to the block.