[ https://issues.apache.org/jira/browse/AVRO-539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13045986#comment-13045986
]
Doug Cutting commented on AVRO-539:
-----------------------------------
I'm now leaning towards simply eliminating the flag for callback API generation and always
generating the nested interface that includes this. Would anyone object to that?
As for TranscieverCallback, you're right, it probably should remain public, or perhaps just
replaced with Callback<List<ByteBuffer>>.
> Allow asynchronous clients to specify a callback to be run when server processing completes
> -------------------------------------------------------------------------------------------
>
> Key: AVRO-539
> URL: https://issues.apache.org/jira/browse/AVRO-539
> Project: Avro
> Issue Type: New Feature
> Reporter: Jeff Hammerbacher
> Assignee: James Baldassari
> Attachments: AVRO-539-v2-2.patch, AVRO-539-v2.patch, AVRO-539.patch
>
>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
|