Documentation ¶
Index ¶
- func CamundaServer(ctx context.Context, wg *sync.WaitGroup) (url string, requests chan Request)
- func CamundaServerWithResponse(ctx context.Context, wg *sync.WaitGroup, resp interface{}) (url string, requests chan Request)
- type KafkaMock
- func (this *KafkaMock) Close()
- func (this *KafkaMock) Consume(topic string, listener func(msg []byte) error) (err error)
- func (this *KafkaMock) EnsureTopic(bootstrapUrl string, topic string, config map[string]string) (err error)
- func (this *KafkaMock) GetProduced(topic string) []string
- func (this *KafkaMock) NewProducer()
- func (this *KafkaMock) Produce(topic string, message string)
- func (this *KafkaMock) ProduceWithKey(topic string, key string, message string)
- func (this *KafkaMock) Publish(topic string, key string, message []byte) error
- func (this *KafkaMock) Stop()
- func (this *KafkaMock) Subscribe(topic string, listener func(msg string) error)
- type Request
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CamundaServer ¶
Types ¶
type KafkaMock ¶
func (*KafkaMock) EnsureTopic ¶
func (*KafkaMock) GetProduced ¶
func (*KafkaMock) NewProducer ¶
func (this *KafkaMock) NewProducer()
func (*KafkaMock) ProduceWithKey ¶
Click to show internal directories.
Click to hide internal directories.