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

org.glassfish.loadbalancer.config.LbConfigInjector Maven / Gradle / Ivy

There is a newer version: 6.2024.6
Show newest version

package org.glassfish.loadbalancer.config;

import org.jvnet.hk2.annotations.Service;
import org.jvnet.hk2.config.InjectionTarget;
import org.jvnet.hk2.config.NoopConfigInjector;

@Service(name = "lb-config", metadata = "<*>=collection:com.sun.enterprise.config.serverbeans.Ref,=collection:org.jvnet.hk2.config.types.Property,=collection:org.jvnet.hk2.config.types.Property,@https-routing=optional,@https-routing=default:false,@https-routing=datatype:java.lang.Boolean,@https-routing=leaf,@monitoring-enabled=optional,@monitoring-enabled=default:false,@monitoring-enabled=datatype:java.lang.Boolean,@monitoring-enabled=leaf,@name=optional,@name=datatype:java.lang.String,@name=leaf,@reload-poll-interval-in-seconds=optional,@reload-poll-interval-in-seconds=default:60,@reload-poll-interval-in-seconds=datatype:java.lang.String,@reload-poll-interval-in-seconds=leaf,@response-timeout-in-seconds=optional,@response-timeout-in-seconds=default:60,@response-timeout-in-seconds=datatype:java.lang.String,@response-timeout-in-seconds=leaf,@route-cookie-enabled=optional,@route-cookie-enabled=default:true,@route-cookie-enabled=datatype:java.lang.Boolean,@route-cookie-enabled=leaf,key=@name,keyed-as=org.glassfish.loadbalancer.config.LbConfig,target=org.glassfish.loadbalancer.config.LbConfig")
@InjectionTarget(LbConfig.class)
public class LbConfigInjector
    extends NoopConfigInjector
{


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy