T - The type created by the deserialization schema.public interface PubSubDeserializationSchema<T> extends Serializable, org.apache.flink.api.java.typeutils.ResultTypeQueryable<T>
| Modifier and Type | Method and Description |
|---|---|
T |
deserialize(com.google.pubsub.v1.PubsubMessage message)
Deserializes a PubsubMessage.
|
boolean |
isEndOfStream(T nextElement)
Method to decide whether the element signals the end of the stream.
|
boolean isEndOfStream(T nextElement)
nextElement - The element to test for the end-of-stream signal.Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.