EventingConfig constructor

EventingConfig({
  1. List<ConfigVariable>? additionalVariables,
  2. AuthConfig? authConfig,
  3. DeadLetterConfig? deadLetterConfig,
  4. bool? enrichmentEnabled,
  5. String? eventsListenerIngressEndpoint,
  6. AuthConfig? listenerAuthConfig,
  7. bool? privateConnectivityEnabled,
  8. DestinationConfig? proxyDestinationConfig,
  9. DestinationConfig? registrationDestinationConfig,
})

Implementation

EventingConfig({
  this.additionalVariables,
  this.authConfig,
  this.deadLetterConfig,
  this.enrichmentEnabled,
  this.eventsListenerIngressEndpoint,
  this.listenerAuthConfig,
  this.privateConnectivityEnabled,
  this.proxyDestinationConfig,
  this.registrationDestinationConfig,
});