Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrAckTimeout = errors.New("ack has timed out")
View Source
var (
ErrTopicNotSpecified = status.Errorf(codes.InvalidArgument, "topic should be fulfilled in the very first message")
)
Functions ¶
Types ¶
type BulkPublisher ¶ added in v0.3.0
type BulkPublisher interface { contribPubSub.BulkPublisher }
type PubSub ¶
type PubSub interface { // uses contrib state store as base. contribPubSub.PubSub }
PubSub is an interface to perform operations on PubSub. It wraps the contrib interface
Click to show internal directories.
Click to hide internal directories.