[ 
https://issues.apache.org/jira/browse/PROTON-2708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17710998#comment-17710998
 ] 

ASF subversion and git services commented on PROTON-2708:
---------------------------------------------------------

Commit 398dadd6606d25685cd6c6f35d66c9fa2251a651 in qpid-proton's branch 
refs/heads/main from Andrew Stitcher
[ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=398dadd66 ]

PROTON-2708: Introduce new proactor APIs that query batch

These new APIs are useful for querying the proactor event batch for the
object that is the subject of the batch. The proactor guarantees that
the subject of the batch is never returned in any other batch until this
batch is completed.


> New proactor APIs to query event batch for subject
> --------------------------------------------------
>
>                 Key: PROTON-2708
>                 URL: https://issues.apache.org/jira/browse/PROTON-2708
>             Project: Qpid Proton
>          Issue Type: Improvement
>          Components: proton-c
>            Reporter: Andrew Stitcher
>            Assignee: Andrew Stitcher
>            Priority: Major
>
> The object that a proactor event batch refers can't change during the 
> processing of the batch so you shouldn't need to extract the object from 
> every individual event of the batch,
> This change introduces an API for each of the possible subjects of an event 
> batch:
> {{pn_event_batch_proactor()}}, {{pn_event_batch_listener()}}, 
> {{pn_event_batch_connection()}}, {{pn_event_batch_raw_connection(),}}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to