public static class ExternalWrite.ParsePubsubMessageProtoAsPayloadFromWindowedValue extends java.lang.Object implements SerializableFunction<ValueInSingleWindow<byte[]>,PubsubMessage>
| Constructor and Description | 
|---|
ParsePubsubMessageProtoAsPayloadFromWindowedValue()  | 
| Modifier and Type | Method and Description | 
|---|---|
PubsubMessage | 
apply(ValueInSingleWindow<byte[]> input)
Returns the result of invoking this function on the given input. 
 | 
public ParsePubsubMessageProtoAsPayloadFromWindowedValue()
public PubsubMessage apply(ValueInSingleWindow<byte[]> input)
SerializableFunctionapply in interface ProcessFunction<ValueInSingleWindow<byte[]>,PubsubMessage>apply in interface SerializableFunction<ValueInSingleWindow<byte[]>,PubsubMessage>