Class ExternalWrite.ParsePubsubMessageProtoAsPayloadFromWindowedValue
java.lang.Object
org.apache.beam.sdk.io.gcp.pubsub.ExternalWrite.ParsePubsubMessageProtoAsPayloadFromWindowedValue
- All Implemented Interfaces:
 Serializable,ProcessFunction<ValueInSingleWindow<byte[]>,,PubsubMessage> SerializableFunction<ValueInSingleWindow<byte[]>,PubsubMessage> 
- Enclosing class:
 ExternalWrite
public static class ExternalWrite.ParsePubsubMessageProtoAsPayloadFromWindowedValue
extends Object
implements SerializableFunction<ValueInSingleWindow<byte[]>,PubsubMessage> 
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionapply(ValueInSingleWindow<byte[]> input) Returns the result of invoking this function on the given input. 
- 
Constructor Details
- 
ParsePubsubMessageProtoAsPayloadFromWindowedValue
public ParsePubsubMessageProtoAsPayloadFromWindowedValue() 
 - 
 - 
Method Details
- 
apply
Description copied from interface:SerializableFunctionReturns the result of invoking this function on the given input.- Specified by:
 applyin interfaceProcessFunction<ValueInSingleWindow<byte[]>,PubsubMessage> - Specified by:
 applyin interfaceSerializableFunction<ValueInSingleWindow<byte[]>,PubsubMessage> 
 
 -