Class: LS4::Service
- Inherits:
-
EventBus::Singleton
- Object
- EventBus::Singleton
- LS4::Service
- Defined in:
- lib/ls4/service/base.rb
Direct Known Subclasses
CachedMDSService, ConfigService, DataClientService, DataServerService, DataServerURLService, FlatMasterSelectService, GatewayService, HTTPGatewayService, HeartbeatClientService, HeartbeatServerService, LocationAwareMasterSelectService, LogService, MDSCacheConfigService, MDSCacheService, MDSConfigService, MDSService, MembershipService, ProcessService, RPCService, RelayTimeStampService, RoutRobinWeightBalanceService, SlaveService, StatService, StorageService, SyncService, TimeCheckService, UpdateLogService, WeightService
Class Method Summary collapse
Methods included from EventBus::SingletonMixin
#ebus_bind!, #ebus_connect, extended
Methods included from EventBus::BusMixin
#ebus_all_slots, #ebus_disconnect!
Methods included from EventBus::DeclarerBase::Methods
#connect, #ebus_all_slots, #ebus_call_log, #ebus_call_slots, #ebus_signal_error, #ebus_signal_log, #ebus_signal_slots
Methods included from EventBus::DeclarerBase
Class Method Details
.init ⇒ Object
22 23 24 25 |
# File 'lib/ls4/service/base.rb', line 22 def self.init ebus_bind! instance end |