public class DistributableSessionManagerFactoryBuilder extends Object implements DistributableSessionManagerFactoryBuilder, org.jboss.msc.value.Value<io.undertow.servlet.api.SessionManagerFactory>
SessionManagerFactory
builder for Undertow.Constructor and Description |
---|
DistributableSessionManagerFactoryBuilder() |
DistributableSessionManagerFactoryBuilder(SessionManagerFactoryBuilderProvider<Batch> provider) |
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.service.ServiceBuilder<io.undertow.servlet.api.SessionManagerFactory> |
build(org.jboss.msc.service.ServiceTarget target,
org.jboss.msc.service.ServiceName name,
DistributableSessionManagerConfiguration config)
Builds a
SessionManagerFactory service. |
io.undertow.servlet.api.SessionManagerFactory |
getValue() |
public DistributableSessionManagerFactoryBuilder()
public DistributableSessionManagerFactoryBuilder(SessionManagerFactoryBuilderProvider<Batch> provider)
public org.jboss.msc.service.ServiceBuilder<io.undertow.servlet.api.SessionManagerFactory> build(org.jboss.msc.service.ServiceTarget target, org.jboss.msc.service.ServiceName name, DistributableSessionManagerConfiguration config)
DistributableSessionManagerFactoryBuilder
SessionManagerFactory
service.build
in interface DistributableSessionManagerFactoryBuilder
target
- the service targetname
- the service name of the SessionManagerFactory
servicepublic io.undertow.servlet.api.SessionManagerFactory getValue()
getValue
in interface org.jboss.msc.value.Value<io.undertow.servlet.api.SessionManagerFactory>
Copyright © 2018 JBoss by Red Hat. All rights reserved.