File tree 1 file changed +2
-2
lines changed
sdk/eventgrid/azure-eventgrid
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,15 +43,15 @@ eg_publisher_client = EventGridPublisherClient(topic_hostname, credential)
43
43
44
44
## Key concepts
45
45
46
+ Information about the key concepts on EventGrid, see [ Concepts in Azure Event Grid] [ publisher-service-doc ]
47
+
46
48
### EventGridPublisherClient
47
49
` EventGridPublisherClient ` provides operations to send event data to topic hostname specified during client initialization.
48
50
Either a list or a single instance of CloudEvent/EventGridEvent/CustomEvent can be sent.
49
51
50
52
### EventGridConsumer
51
53
` EventGridConsumer ` is used to desrialize an event received.
52
54
53
- For more information about the key concepts on EventGrid, see [ Concepts in Azure Event Grid] [ publisher-service-doc ]
54
-
55
55
## Examples
56
56
57
57
The following sections provide several code snippets covering some of the most common EventGrid tasks, including:
You can’t perform that action at this time.
0 commit comments