Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventHubAdapter ¶
type EventHubAdapter struct {
// contains filtered or unexported fields
}
func NewEventHubAdapter ¶
func NewEventHubAdapter(conf EventHubConfig) (*EventHubAdapter, chan struct{}, error)
func (*EventHubAdapter) Close ¶
func (a *EventHubAdapter) Close() error
type EventHubConfig ¶
type EventHubConfig struct { ClientOptions uspclient.ClientOptions `json:"client_options" yaml:"client_options"` ConnectionString string `json:"connection_string" yaml:"connection_string"` }
func (*EventHubConfig) Validate ¶
func (c *EventHubConfig) Validate() error
Click to show internal directories.
Click to hide internal directories.