Class PulsarSourceDescriptor

  • All Implemented Interfaces:
    java.io.Serializable

    @DefaultSchema(org.apache.beam.sdk.schemas.AutoValueSchema.class)
    public abstract class PulsarSourceDescriptor
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static PulsarSourceDescriptor of​(java.lang.String topic, java.lang.Long startOffsetTimestamp, java.lang.Long endOffsetTimestamp, org.apache.pulsar.client.api.MessageId endMessageId, java.lang.String clientUrl, java.lang.String adminUrl)  
      • Methods inherited from class java.lang.Object

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

      • PulsarSourceDescriptor

        public PulsarSourceDescriptor()
    • Method Detail

      • of

        public static PulsarSourceDescriptor of​(java.lang.String topic,
                                                java.lang.Long startOffsetTimestamp,
                                                java.lang.Long endOffsetTimestamp,
                                                org.apache.pulsar.client.api.MessageId endMessageId,
                                                java.lang.String clientUrl,
                                                java.lang.String adminUrl)