Documentation ¶
Index ¶
- func CreateHub(ctx context.Context, nsName string, hubName string) (eventhub.Model, error)
- func CreateNamespace(ctx context.Context, nsName string) (*eventhub.EHNamespace, error)
- func Receive(ctx context.Context, nsName, hubName string)
- func ReceiveViaEPH(ctx context.Context, ...)
- func Send(ctx context.Context, nsName, hubName string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateNamespace ¶
CreateNamespace creates an Event Hubs namespace
func ReceiveViaEPH ¶
func ReceiveViaEPH(ctx context.Context, nsName, hubName, storageAccountName, storageContainerName string)
ReceiveViaEPH sets up an Event Processor Host (EPH), a small framework to receive events from several partitions.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.