Class UnarySessionAffinity<M extends org.wildfly.clustering.server.GroupMember>
java.lang.Object
org.wildfly.clustering.session.cache.affinity.UnarySessionAffinity<M>
- Type Parameters:
M- the group member type
- All Implemented Interfaces:
Function<String,,String> UnaryOperator<String>
public class UnarySessionAffinity<M extends org.wildfly.clustering.server.GroupMember>
extends Object
implements UnaryOperator<String>
Session affinity to a multiple members.
- Author:
- Paul Ferraro