Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StreamConstructor ¶
type StreamConstructor struct {
// contains filtered or unexported fields
}
func New ¶
func New(brokers []string) *StreamConstructor
func (StreamConstructor) NewConsumer ¶
func (s StreamConstructor) NewConsumer(topic string, name string, opts ...workflow.ConsumerOption) workflow.Consumer
func (StreamConstructor) NewProducer ¶
func (s StreamConstructor) NewProducer(topic string) workflow.Producer
Click to show internal directories.
Click to hide internal directories.