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