
com.att.aft.dme2.manager.registry.DME2EndpointRegistryAdapter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dme2-api Show documentation
Show all versions of dme2-api Show documentation
Direct Messaging Engine dme2-api
The newest version!
package com.att.aft.dme2.manager.registry;
/**
* "Server-facing" interface for registry. The naming for this and the client-facing version should actually be
* reversed, but clients have become used to "EndpointRegistry", so this one will become the adapter. It is comprised
* of both the stale and live cache versions, so it has both client and server-facing capabilities
*/
public interface DME2EndpointRegistryAdapter extends DME2EndpointRegistry, DME2StaleCacheAdapter {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy