Record - nats : ConsumerConfigData

Represents the list of paramters required to create a subscription.

Fields

  • subject string
  • Name of the subject.

  • manualAck boolean false
  • True if the acknowledgments will be done manually.

  • ackWait int
  • Amount of time (in seconds) the client should wait before retrying.

  • startSeq int
  • Sequence id of the message which should be consumed.

  • durableName string
  • Unique name to identify the durable subscription.