All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jboss.ejb.client.ClusterAffinityInterest Maven / Gradle / Ivy

Go to download

Client library for EJB applications working against Wildfly - Jakarta EE Variant

There is a newer version: 5.0.8.Final
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy