You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Nikita Timofeev (JIRA)" <ji...@apache.org> on 2017/03/16 07:14:41 UTC

[jira] [Created] (CAY-2267) Contribute lifecycle events listeners via DI

Nikita Timofeev created CAY-2267:
------------------------------------

             Summary: Contribute lifecycle events listeners via DI
                 Key: CAY-2267
                 URL: https://issues.apache.org/jira/browse/CAY-2267
             Project: Cayenne
          Issue Type: Improvement
          Components: Core Library
    Affects Versions: 4.0.M6
            Reporter: Nikita Timofeev
            Assignee: Nikita Timofeev
             Fix For: 4.0.M6


Contribute lifecycle events listeners via DI, just like filters:

{code}
Module m = binder -> {
    ServerModule.contributeDomainListeners(binder).add(myListener);
}
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)