-
Notifications
You must be signed in to change notification settings - Fork 17
Contributors
peacekeeper edited this page Jul 31, 2012
·
12 revisions
Contributors are an important concept of the xdi2-messaging and xdi2-server components. They are used as an extensibility mechanism to provide additional data on top of a messaging target. For example, this can be used to fetch certain data from an external source rather than from a local store.
Unlike messaging targets and interceptors, whose functionality is typically the same or very similar across an entire local graph, contributors are more specialized and apply only to a certain part of the local graph, e.g. a single entity or attribute.
- xdi2.messaging.target.contributor.Contributor: Contributor interface.
This work is licensed under a Creative Commons Attribution 4.0 International License.