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