Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProduceArgs ¶
type ProducerInterface ¶
type ProducerInterface interface { // Converts a message into a list of flow samples Produce(msg interface{}, args *ProduceArgs) ([]ProducerMessage, error) // Indicates to the producer the messages returned were processed Commit([]ProducerMessage) Close() }
Click to show internal directories.
Click to hide internal directories.