Module: WaterDrop::Contracts

Defined in:
lib/water_drop/contracts.rb,
lib/water_drop/contracts/config.rb,
lib/water_drop/contracts/message_options.rb

Overview

Namespace for all the contracts for config validations

Defined Under Namespace

Classes: Config, MessageOptions

Constant Summary collapse

TOPIC_REGEXP =

Regex to check that topic has a valid format

/\A(\w|\-|\.)+\z/.freeze