@Internal @AutoService(value=GenericDlqProvider.class) public class PubsubDlqProvider extends java.lang.Object implements GenericDlqProvider
Constructor and Description |
---|
PubsubDlqProvider() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
identifier()
Returns an id that uniquely represents this among others implementing its derived interface.
|
PTransform<PCollection<Failure>,PDone> |
newDlqTransform(java.lang.String config)
Generate a DLQ output from the provided config value.
|
public java.lang.String identifier()
Providers.Identifyable
identifier
in interface Providers.Identifyable
public PTransform<PCollection<Failure>,PDone> newDlqTransform(java.lang.String config)
GenericDlqProvider
newDlqTransform
in interface GenericDlqProvider