Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Consumer ¶
type Consumer struct {
// contains filtered or unexported fields
}
func NewConsumer ¶
func NewConsumer(config *config.KafkaConfiguration, overrideKafkaConsumer IConsume) (*Consumer, error)
type EventListener ¶
type EventListener struct {
// contains filtered or unexported fields
}
func NewEventListener ¶
func NewEventListener(stateKey string, portClient *cli.PortClient) (*EventListener, error)
func (*EventListener) Run ¶
func (l *EventListener) Run(resync func()) error
type IncomingMessage ¶
type IncomingMessage struct { Diff *struct { After *struct { Identifier string `json:"installationId"` } `json:"after"` } `json:"diff"` }
type JsonHandler ¶
type JsonHandler func(value []byte)
Click to show internal directories.
Click to hide internal directories.