InternalServerConfig constructor
InternalServerConfig({
- List<
AllowedConsumer> ? consumerAcceptList, - List<
DeniedConsumer> ? consumerRejectList, - List<
PscEndpoint> ? pscEndpoints, - String? serviceAttachment,
Implementation
InternalServerConfig({
this.consumerAcceptList,
this.consumerRejectList,
this.pscEndpoints,
this.serviceAttachment,
});