You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Timothy A. Bish (Jira)" <ji...@apache.org> on 2022/05/25 15:45:00 UTC

[jira] [Resolved] (PROTON-2549) [dotnet] Add a next receiver API to the connection and session

     [ https://issues.apache.org/jira/browse/PROTON-2549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy A. Bish resolved PROTON-2549.
-------------------------------------
    Resolution: Fixed

> [dotnet] Add a next receiver API to the connection and session 
> ---------------------------------------------------------------
>
>                 Key: PROTON-2549
>                 URL: https://issues.apache.org/jira/browse/PROTON-2549
>             Project: Qpid Proton
>          Issue Type: New Feature
>          Components: proton-dotnet
>    Affects Versions: proton-dotnet-1.0.0-M1
>            Reporter: Timothy A. Bish
>            Assignee: Timothy A. Bish
>            Priority: Major
>             Fix For: proton-dotnet-1.0.0-M1
>
>
> Add a new API to Connection and Session that allows a caller to poll for the next receiver in a session that has a pending delivery or wait on one to arrive.
> Basic code example:
> {code:java}
> using (IConnection connection = client.Connect(serverHost, serverPort, options)) {    
>     _ = connection.OpenReceiver(address1);
>     _ = connection.OpenReceiver(address2);                    
>     IDelivery delivery = connection.NextReceiver().Receive();
>     ...
> }{code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org