Documentation
¶
Index ¶
- type Client
- func (c *Client) ClearChannel(ctx context.Context, channel *topic.Channel) error
- func (c *Client) Close() error
- func (c *Client) Consume(ctx context.Context, channel *topic.Channel, consumer *topic.Consumer) ([]*topic.Event, error)
- func (c *Client) CreateConsumerGroup(ctx context.Context, channel *topic.Channel, consumer *topic.Consumer) error
- func (c *Client) Produce(ctx context.Context, channel *topic.Channel, event *topic.Event) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) ClearChannel ¶
func (*Client) CreateConsumerGroup ¶
Click to show internal directories.
Click to hide internal directories.