EventingConfig constructor
EventingConfig({
- List<
ConfigVariable> ? additionalVariables, - AuthConfig? authConfig,
- ConfigVariable? encryptionKey,
- bool? enrichmentEnabled,
- String? eventsListenerIngressEndpoint,
- bool? privateConnectivityEnabled,
- DestinationConfig? registrationDestinationConfig,
Implementation
EventingConfig({
this.additionalVariables,
this.authConfig,
this.encryptionKey,
this.enrichmentEnabled,
this.eventsListenerIngressEndpoint,
this.privateConnectivityEnabled,
this.registrationDestinationConfig,
});