Documentation ¶ Index ¶ type Ephemeral func NewEphemeral(ctx context.Context, nc *nats.Conn, stream *jsm.Stream, interval time.Duration, ...) (*Ephemeral, error) func (e *Ephemeral) Close() func (e *Ephemeral) SetResumeSequence(m *nats.Msg) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Ephemeral ¶ added in v0.19.0 type Ephemeral struct { sync.Mutex // contains filtered or unexported fields } func NewEphemeral ¶ added in v0.19.0 func NewEphemeral(ctx context.Context, nc *nats.Conn, stream *jsm.Stream, interval time.Duration, q chan *nats.Msg, log *logrus.Entry, opts ...jsm.ConsumerOption) (*Ephemeral, error) func (*Ephemeral) Close ¶ added in v0.19.0 func (e *Ephemeral) Close() func (*Ephemeral) SetResumeSequence ¶ added in v0.19.0 func (e *Ephemeral) SetResumeSequence(m *nats.Msg) Source Files ¶ View all Source files ephemeral.go Click to show internal directories. Click to hide internal directories.