Skip to content

07. Module: ParIS

Tim Berthold edited this page Jul 28, 2021 · 1 revision

Quick Start

Can be included as a dependency:

<dependency>
    <groupId>de.fraunhofer.ids.messaging</groupId>
    <artifactId>paris</artifactId>
    <version>IDS_MESSAGING_SERVICES_VERSION</version>
</dependency>

Theoretical Background

  • 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.

Scope of Functionality

  • 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