MessageDistributionDirectClientV1 constructor

MessageDistributionDirectClientV1([
  1. dynamic config
])

Implementation

MessageDistributionDirectClientV1([config]) : super() {
  dependencyResolver.put(
      'controller',
      Descriptor(
          'pip-services-msgdistribution', 'controller', '*', '*', '1.0'));
  var thisConfig = ConfigParams.fromValue(config);
  if (config != null) configure(thisConfig);
}