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

configuration.LoadBalancing Maven / Gradle / Ivy

There is a newer version: 1.3.9
Show newest version
package configuration;

import lombok.Getter;
import lombok.Setter;

/**
 *
 */
@Getter @Setter
public class LoadBalancing {

    /**
     * Load balancing method
     */
    private LoadBalancingMethod method;

    /**
     * Enable sticky sessions or not
     */
    private boolean stickySessions;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy