MessageDistributionHttpServiceV1 constructor

MessageDistributionHttpServiceV1()

Implementation

MessageDistributionHttpServiceV1() : super('v1/msg_distribution') {
  dependencyResolver.put(
      'controller',
      Descriptor('pip-services-msgdistribution', 'controller', 'default', '*',
          '1.0'));
}