InternalServerConfig constructor

InternalServerConfig({
  1. List<AllowedConsumer>? consumerAcceptList,
  2. List<DeniedConsumer>? consumerRejectList,
  3. List<PscEndpoint>? pscEndpoints,
  4. String? serviceAttachment,
})

Implementation

InternalServerConfig({
  this.consumerAcceptList,
  this.consumerRejectList,
  this.pscEndpoints,
  this.serviceAttachment,
});