- All Superinterfaces:
- org.jumpmind.extension.IExtensionPoint
public interface IRegistrationRedirect
extends org.jumpmind.extension.IExtensionPoint
An IExtensionPoint to examine an incoming registration request
and redirect it to another node. For example, all nodes contact the
root server for registration, but they are redirected to a regional
server that is closest to them.
If this extension is unused, the default behavior is to check
the registration_redirect table for a matching externalId
and redirect to the configured registration node.