-
Notifications
You must be signed in to change notification settings - Fork 7
07. Module: ParIS
Tim Berthold edited this page Jul 28, 2021
·
1 revision
Can be included as a dependency:
<dependency>
<groupId>de.fraunhofer.ids.messaging</groupId>
<artifactId>paris</artifactId>
<version>IDS_MESSAGING_SERVICES_VERSION</version>
</dependency>
- Similar structure as broker-module, relies on the messaging-module and thus the core-module.
- ParisService as a central point for sending IDS-Messages to the ParIS.
- Pre-built functions in ParisService, instead of having to build the specific message types individually.
- URL of the ParIS must be known
- Predefined functions in the ParisService: updateParticipantAtParIS, unregisterAtParIS, requestParticipant
- For example, for updateParticipantAtParIS only the parisURI and the Participant-Description are needed