EventingConfig constructor

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

Implementation

EventingConfig({
  this.additionalVariables,
  this.authConfig,
  this.encryptionKey,
  this.enrichmentEnabled,
  this.eventsListenerIngressEndpoint,
  this.privateConnectivityEnabled,
  this.registrationDestinationConfig,
});