@AutoService(value=SchemaTransformProvider.class) public class SqsReadSchemaTransformProvider extends TypedSchemaTransformProvider<SqsReadConfiguration>
TypedSchemaTransformProvider
for jobs reading data from AWS SQS
queues and configured via SqsReadConfiguration
.
Internal only: This class is actively being worked on, and it will likely change. We provide no backwards compatibility guarantees, and it should not be implemented outside the Beam repository.
Modifier and Type | Class and Description |
---|---|
static class |
SqsReadSchemaTransformProvider.SqsMessageToBeamRow |
Modifier and Type | Field and Description |
---|---|
static Schema |
OUTPUT_ROW_SCHEMA |
static java.lang.String |
OUTPUT_TAG |
Constructor and Description |
---|
SqsReadSchemaTransformProvider() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
description()
Returns a description regarding the
SchemaTransform represented by the SchemaTransformProvider . |
protected SchemaTransform |
from(SqsReadConfiguration configuration)
Produce a SchemaTransform from ConfigT.
|
java.lang.String |
identifier()
Returns an id that uniquely represents this transform.
|
java.util.List<java.lang.String> |
outputCollectionNames()
Returns the output collection names of this transform.
|
configurationClass, configurationSchema, dependencies, from
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
inputCollectionNames
public static final java.lang.String OUTPUT_TAG
public static final Schema OUTPUT_ROW_SCHEMA
protected SchemaTransform from(SqsReadConfiguration configuration)
TypedSchemaTransformProvider
InvalidConfigurationException
or a
InvalidSchemaException
.from
in class TypedSchemaTransformProvider<SqsReadConfiguration>
public java.lang.String identifier()
SchemaTransformProvider
public java.lang.String description()
SchemaTransformProvider
SchemaTransform
represented by the SchemaTransformProvider
. Please keep the language generic (i.e. not specific to any
programming language). The description may be markdown formatted.public java.util.List<java.lang.String> outputCollectionNames()
SchemaTransformProvider