SelfManagedEventSource class

The Self-Managed Apache Kafka cluster for your event source.

Constructors

SelfManagedEventSource({Map<EndPointType, List<String>>? endpoints})
SelfManagedEventSource.fromJson(Map<String, dynamic> json)
factory

Properties

endpoints Map<EndPointType, List<String>>?
The list of bootstrap servers for your Kafka brokers in the following format: "KAFKA_BOOTSTRAP_SERVERS": "abc.xyz.com:xxxx","abc2.xyz.com:xxxx".
final
hashCode int
The hash code for this object.
no setterinherited
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