Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventHubInput ¶
EventHubInput is an operator that reads input from Azure Event Hub.
func (*EventHubInput) Start ¶
func (e *EventHubInput) Start() error
Start will start generating log entries.
type EventHubInputConfig ¶
type EventHubInputConfig struct { helper.InputConfig `yaml:",inline"` azure.AzureConfig `yaml:",inline"` }
EventHubInputConfig is the configuration of a Azure Event Hub input operator.
func NewEventHubConfig ¶
func NewEventHubConfig(operatorID string) *EventHubInputConfig
NewEventHubConfig creates a new Azure Event Hub input config with default values
func (*EventHubInputConfig) Build ¶
func (c *EventHubInputConfig) Build(buildContext operator.BuildContext) ([]operator.Operator, error)
Build will build a Azure Event Hub input operator.
Click to show internal directories.
Click to hide internal directories.