Samchon Framework for CPP  1.0.0
DistributedServerArrayMediator.hpp
1 #pragma once
2 #include <samchon/API.hpp>
3 
4 #include <samchon/protocol/master/DistributedSystemArrayMediator.hpp>
5 #include <samchon/protocol/master/DistributedServerArray.hpp>
6 
7 namespace samchon
8 {
9 namespace protocol
10 {
11 namespace master
12 {
24  class SAMCHON_FRAMEWORK_API DistributedServerArrayMediator
25  : public virtual DistributedSystemArrayMediator,
26  public virtual DistributedServerArray
27  {
28  private:
31 
32  public:
37  virtual ~DistributedServerArrayMediator() = default;
38 
39  virtual void start() override;
40  };
41 };
42 };
43 };
An array of ExternalSystem(s).
A mediator of distributed system between master and slaves.
A mediator of distributed system between master and slaves.
Top level namespace of products built from samchon.
Definition: ByteArray.hpp:7