@Internal @Experimental(value=SCHEMAS) public interface GenericDlqProvider
Modifier and Type | Method and Description |
---|---|
java.lang.String |
identifier()
Returns an id that uniquely represents this Dlq Provider.
|
PTransform<PCollection<Failure>,PDone> |
newDlqTransform(java.lang.String config)
Generate a DLQ output from the provided config value.
|
java.lang.String identifier()
PTransform<PCollection<Failure>,PDone> newDlqTransform(java.lang.String config)