Class CloudTasksSinkConfig<T>
java.lang.Object
io.github.flink.gcp.connector.cloudtasks.sink.CloudTasksSinkConfig<T>
- Type Parameters:
T- type of the records written by the sink
- All Implemented Interfaces:
Serializable
Immutable sink configuration assembled by
CloudTasksSinkBuilder.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionDestinationResolver<? super T>Returns the per-record destination resolver.Returns the emulator endpoint, ornullfor production Cloud Tasks.FailureHandler<? super FailedTask>Returns the policy for tasks that terminally fail.CloudTasksSerializationSchema<? super T>Returns the record serialization schema.Returns the service-account key-file path, ornullfor ADC.TaskIdExtractor<? super T>Returns the deduplication-key extractor, ornullwhen the sink creates unnamed tasks.Returns the writer tuning options.
-
Method Details
-
getDestinationResolver
Returns the per-record destination resolver. -
getSerializer
Returns the record serialization schema. -
getTaskIdExtractor
Returns the deduplication-key extractor, ornullwhen the sink creates unnamed tasks. -
getWriterOptions
Returns the writer tuning options. -
getFailedTaskHandler
Returns the policy for tasks that terminally fail. -
getServiceAccountKeyFile
Returns the service-account key-file path, ornullfor ADC. -
getEmulatorEndpoint
Returns the emulator endpoint, ornullfor production Cloud Tasks.
-