Module: OnStomp::Failover::FailoverConfigurable
- Included in:
- Client
- Defined in:
- lib/onstomp/failover/failover_configurable.rb
Overview
Module for configurable attributes specific to failover clients.
Defined Under Namespace
Modules: ClassMethods
Class Method Summary (collapse)
-
+ (Object) included(base)
Includes Interfaces::ClientConfigurable into
base
and extends ClassMethods.
Class Method Details
+ (Object) included(base)
Includes Interfaces::ClientConfigurable into base
and
extends ClassMethods
9 10 11 12 |
# File 'lib/onstomp/failover/failover_configurable.rb', line 9 def self.included(base) base.__send__ :include, OnStomp::Interfaces::ClientConfigurable base.extend ClassMethods end |