public final class DispatcherConfiguration
extends java.lang.Object
Dispatcher
.Constructor and Description |
---|
DispatcherConfiguration(java.lang.String name,
DispatcherType type,
java.lang.Integer backlog,
java.lang.Integer size) |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getBacklog()
Returns the configured backlog, or
null if the backlog was not configured |
java.lang.String |
getName()
Returns the name of the Dispatcher.
|
java.lang.Integer |
getSize()
Returns the configured size, or
null if the size was not configured |
DispatcherType |
getType()
Returns the type of the Dispatcher.
|
public DispatcherConfiguration(java.lang.String name, DispatcherType type, java.lang.Integer backlog, java.lang.Integer size)
public java.lang.Integer getSize()
null
if the size was not configuredpublic java.lang.Integer getBacklog()
null
if the backlog was not configuredpublic java.lang.String getName()
null
.public DispatcherType getType()
null
.