Class PubsubMessageWithAttributesAndMessageIdAndOrderingKeyCoder

  • All Implemented Interfaces:
    java.io.Serializable

    public class PubsubMessageWithAttributesAndMessageIdAndOrderingKeyCoder
    extends org.apache.beam.sdk.coders.CustomCoder<PubsubMessage>
    A coder for PubsubMessage including all fields of a PubSub message from server.
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.beam.sdk.coders.Coder

        org.apache.beam.sdk.coders.Coder.Context, org.apache.beam.sdk.coders.Coder.NonDeterministicException
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      PubsubMessage decode​(java.io.InputStream inStream)  
      void encode​(PubsubMessage value, java.io.OutputStream outStream)  
      static PubsubMessageWithAttributesAndMessageIdAndOrderingKeyCoder of()  
      static org.apache.beam.sdk.coders.Coder<PubsubMessage> of​(org.apache.beam.sdk.values.TypeDescriptor<PubsubMessage> ignored)  
      • Methods inherited from class org.apache.beam.sdk.coders.CustomCoder

        getCoderArguments, verifyDeterministic
      • Methods inherited from class org.apache.beam.sdk.coders.Coder

        consistentWithEquals, decode, encode, getEncodedElementByteSize, getEncodedTypeDescriptor, isRegisterByteSizeObserverCheap, registerByteSizeObserver, structuralValue, verifyDeterministic, verifyDeterministic
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PubsubMessageWithAttributesAndMessageIdAndOrderingKeyCoder

        public PubsubMessageWithAttributesAndMessageIdAndOrderingKeyCoder()