Interface IMessageRegistryGrain
- Namespace
- Microsoft.Auto
Gen .RuntimeGateway .Grpc.Abstractions
- Assembly
- Microsoft.AutoGen.RuntimeGateway.Grpc.dll
Methods
AddMessageToDeadLetterQueueAsync(string, CloudEvent)
Writes a message to the dead-letter queue for the given topic.
Parameters
topic
stringmessage
CloudEvent
Returns
AddMessageToEventBufferAsync(string, CloudEvent)
Writes a message to the event buffer for the given topic.
Parameters
topic
stringmessage
CloudEvent
Returns
RemoveMessagesAsync(string)
Removes all messages for the given topic from the dead-letter queue.
Parameters
topic
stringThe topic to remove messages for.
Returns
- Task<List<Cloud
Event >> A task representing the asynchronous operation, with the list of removed messages as the result.