public interface IdTranslator
Modifier and Type | Method and Description |
---|---|
Long |
translateIdToPublisher(Long subscriberId)
Translate the given ID of an element used within the subcriber to the ID as defined by the publisher.
|
Long |
translateIdToSubscriber(Long publisherId)
Translates the given ID of an element from the publisher to the ID to be used within the subscriber.
|
@Nullable Long translateIdToSubscriber(Long publisherId)
publisherId
- The element's ID as defined by the publisher.null
, if no matching ID was found.@Nullable Long translateIdToPublisher(Long subscriberId)
subscriberId
- The element's ID as to be used within the subscriber.null
, if no matching ID was found.Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210