You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Dan Haywood (JIRA)" <ji...@apache.org> on 2016/04/11 23:54:25 UTC

[jira] [Created] (ISIS-1370) Simplify PublishingService, deprecate concept of payload factories.

Dan Haywood created ISIS-1370:
---------------------------------

             Summary: Simplify PublishingService, deprecate concept of payload factories.
                 Key: ISIS-1370
                 URL: https://issues.apache.org/jira/browse/ISIS-1370
             Project: Isis
          Issue Type: Improvement
          Components: Core
    Affects Versions: 1.12.0
            Reporter: Dan Haywood
            Assignee: Dan Haywood
            Priority: Minor
             Fix For: 1.13.0


Most PublishingService implementations (to date) only require the metadata (action invocation or domain object identity) to publish their events; the notion of the payload (to eagerly assemble information for the downstream subscribers) seems less useful.

This ticket is therefore to deprecate the PublishingService#publish(EventMetadata, EventPayload), and replace with PublishingService2#publish(EventMetadata).

In addition, the framework will be changed so that for the existing API taking a payload, this will now just be passed in as null.

This also means that @DomainObject#publishingPayloadFactory() and @Action#publishingPayloadFactory() attributes are deprecated (will have no effect).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)