@CompileStatic public class DispatcherConfigurationBuilder extends Object implements Supplier<DispatcherConfiguration>, groovy.lang.GroovyObject
Constructor and Description |
---|
DispatcherConfigurationBuilder(String name) |
Modifier and Type | Method and Description |
---|---|
DispatcherConfiguration |
get()
Get an object.
|
Integer |
getBacklog() |
groovy.lang.MetaClass |
getMetaClass() |
String |
getName() |
Object |
getProperty(String property) |
Integer |
getSize() |
DispatcherType |
getType() |
Object |
invokeMethod(String method,
Object arguments) |
void |
setBacklog(Integer value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
void |
setSize(Integer value) |
void |
setType(DispatcherType value) |
public DispatcherConfigurationBuilder(String name)
public groovy.lang.MetaClass getMetaClass()
getMetaClass
in interface groovy.lang.GroovyObject
public void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass
in interface groovy.lang.GroovyObject
public Object invokeMethod(String method, Object arguments)
invokeMethod
in interface groovy.lang.GroovyObject
public Object getProperty(String property)
getProperty
in interface groovy.lang.GroovyObject
public void setProperty(String property, Object value)
setProperty
in interface groovy.lang.GroovyObject
public final String getName()
public DispatcherType getType()
public void setType(DispatcherType value)
public Integer getBacklog()
public void setBacklog(Integer value)
public Integer getSize()
public void setSize(Integer value)
public DispatcherConfiguration get()
Supplier
get
in interface Supplier<DispatcherConfiguration>
Copyright © 2016. All rights reserved.