Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
Operation
}
Client is a wrapper on the subscriber Operation
func NewSubscriberClient ¶
NewSubscriberClient returns a new SubscriberClient used to read crier pubsub messages
func (*Client) ReceiveMessageAckAll ¶
ReceiveMessageAckAll acknowledges all incoming pusub messages and convert the pubsub message to ReportMessage. It executes `f` only if the pubsub message can be converted to ReportMessage. Otherwise, ignore the message.
Click to show internal directories.
Click to hide internal directories.