org.jboss.ejb.client.ClusterAffinityInterest Maven / Gradle / Ivy
package org.jboss.ejb.client;
/**
* A callback interested in a cluster affinity.
*
* @author Jason T. Greene
*/
interface ClusterAffinityInterest {
AttachmentKey KEY = new AttachmentKey<>();
void notifyAssignment(ClusterAffinity affinity);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy