You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@jena.apache.org by GitBox <gi...@apache.org> on 2021/09/10 18:52:24 UTC

[GitHub] [jena] afs edited a comment on pull request #1063: JENA-2154: Custom SERVICE executors

afs edited a comment on pull request #1063:
URL: https://github.com/apache/jena/pull/1063#issuecomment-916906512


   `ServiceExecutor` works for me. Maybe `ServiceExecution` c.f. `QueryExecution`. Executor is, to me, then thing that does work, may called several times, not the outcome of the work.
   
   Both are better than `Supplier` which does not say anything about calling `get()` multiple times (same object? new object each time?) . Jena has `Creator` for that role.
   
   I'll make the changes - due to timing, 4.2.0 needs to get out soon and I have a window of time to do the release; we can refine this as necessary
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org