Package com.caplin.datasource.messaging.mapping
package com.caplin.datasource.messaging.mapping
This package defines the interfaces for sending Mapping messages.
Mapping messages allow a DataSource to inform the Liberator that it should request a different subject.
A MappingMessage is created with a subject and a mapping. When a request for subject is
received, the Liberator will request mapping. Updates for mapping will be routed transparently by the
Liberator to all peers originally requesting subject.
-
Interfaces