Class PubsubMessageWithAttributesCoder

All Implemented Interfaces:
Serializable

public class PubsubMessageWithAttributesCoder extends CustomCoder<PubsubMessage>
A coder for PubsubMessage including attributes.

Maintainers should prefer PubsubMessageSchemaCoder over this coder when adding features to PubsubIO.

See Also:
  • Constructor Details

    • PubsubMessageWithAttributesCoder

      public PubsubMessageWithAttributesCoder()
  • Method Details