class LavinMQ::ParameterStore(T)
- LavinMQ::ParameterStore(T)
- Reference
- Object
Included Modules
- Enumerable({String | {String?, String} | Nil, T})
Defined in:
lavinmq/parameter_store.crConstructors
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 : Replication::Server, log : Log)
#
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.