Module: Synapse::ServiceWatcher::ZookeeperDnsWatcher::Messages

Defined in:
lib/synapse/service_watcher/zookeeper_dns.rb

Overview

Valid messages that can be passed through the internal message queue

Defined Under Namespace

Classes: CheckInterval, InvalidMessageError, NewServers, StopWatcher

Constant Summary collapse

STOP_WATCHER_MESSAGE =

Saved instances of message types with contents that cannot vary. This reduces object allocation.

StopWatcher.new
CHECK_INTERVAL_MESSAGE =
CheckInterval.new