Click or drag to resize
Grid Solutions Framework

TimeSeriesConsumerAttemptConnection Method

Attempts to connect to data output stream.

Namespace: KafkaAdapters
Assembly: KafkaAdapters (in KafkaAdapters.dll) Version: 2.4.182-beta
Syntax
protected override void AttemptConnection()
View Source
Remarks
Derived classes should attempt connection to data output stream here. Any exceptions thrown by this implementation will result in restart of the connection cycle.
See Also