struct
LavinMQ::StandaloneRunner
- LavinMQ::StandaloneRunner
- Struct
- Value
- Object
Defined in:
lavinmq/launcher.crConstructors
Instance Method Summary
- #initialize
-
#run(&)
The block will be yielded when the runner's prerequisites for a leader to start are met.
- #stop
Constructor Detail
Instance Method Detail
def run(&)
#
The block will be yielded when the runner's prerequisites for a leader to start are met. For the standalone runner, this is immediately. The method is blocking.