public interface Orb extends ConfigBeanProxy, PropertyBag
ConfigBeanProxy.Duck
PropertyBag.Duck
Modifier and Type | Method and Description |
---|---|
@Min(value=0L) String |
getMaxConnections()
Gets the value of the maxConnections property.
|
@Min(value=128L) String |
getMessageFragmentSize()
Gets the value of the messageFragmentSize property.
|
List<Property> |
getProperty()
Properties as per
PropertyBag |
@NotNull String |
getUseThreadPoolIds()
Gets the value of the useThreadPoolIds property.
|
void |
setMaxConnections(String value)
Sets the value of the maxConnections property.
|
void |
setMessageFragmentSize(String value)
Sets the value of the messageFragmentSize property.
|
void |
setUseThreadPoolIds(String value)
Sets the value of the useThreadPoolIds property.
|
createChild, deepCopy, getParent, getParent
addProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removeProperty
@NotNull @NotNull String getUseThreadPoolIds()
String
void setUseThreadPoolIds(String value) throws PropertyVetoException
value
- allowed object is
String
PropertyVetoException
@Min(value=128L) @Min(value=128L) String getMessageFragmentSize()
String
void setMessageFragmentSize(String value) throws PropertyVetoException
value
- allowed object is
String
PropertyVetoException
@Min(value=0L) @Min(value=0L) String getMaxConnections()
String
void setMaxConnections(String value) throws PropertyVetoException
value
- allowed object is
String
PropertyVetoException
@ToDo(priority=IMPORTANT, details="Provide PropertyDesc for legal props") @PropertiesDesc(props={}) List<Property> getProperty()
PropertyBag
getProperty
in interface PropertyBag
Copyright © 2021. All rights reserved.