Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TypedMessage ¶
func NewMessage ¶
NewMessage is TypedMessage factory function
type TypedMessageBatch ¶
type TypedMessageBatch[T any] interface { jetstream.MessageBatch Next(ctx context.Context) (TypedMessage[T], error) }
func NewMessageBatch ¶
func NewMessageBatch[T any](codec peanats.Codec, batch jetstream.MessageBatch) TypedMessageBatch[T]
Click to show internal directories.
Click to hide internal directories.