EventingConfig class

Eventing Configuration of a connection

Constructors

EventingConfig({List<ConfigVariable>? additionalVariables, AuthConfig? authConfig, DeadLetterConfig? deadLetterConfig, bool? enrichmentEnabled, String? eventsListenerIngressEndpoint, AuthConfig? listenerAuthConfig, bool? privateConnectivityEnabled, DestinationConfig? proxyDestinationConfig, DestinationConfig? registrationDestinationConfig})
EventingConfig.fromJson(Map json_)

Properties

additionalVariables List<ConfigVariable>?
Additional eventing related field values
getter/setter pair
authConfig AuthConfig?
Auth details for the webhook adapter.
getter/setter pair
deadLetterConfig DeadLetterConfig?
Dead letter configuration for eventing of a connection.
getter/setter pair
enrichmentEnabled bool?
Enrichment Enabled.
getter/setter pair
eventsListenerIngressEndpoint String?
Ingress endpoint of the event listener.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
listenerAuthConfig AuthConfig?
Auth details for the event listener.
getter/setter pair
privateConnectivityEnabled bool?
Private Connectivity Enabled.
getter/setter pair
proxyDestinationConfig DestinationConfig?
Proxy for Eventing auto-registration.
getter/setter pair
registrationDestinationConfig DestinationConfig?
Registration endpoint for auto registration.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited