class GenericCallback
extends java.lang.Object
Constructor and Description |
---|
GenericCallback() |
Modifier and Type | Method and Description |
---|---|
int |
getMaximumQueueSize()
Method getMaximumCueSize returns the maximumCueSize of this transitionHandler object.
|
int |
getMaximumThreads()
Method getMaximumThreads returns the maximumThreads of this transitionHandler object.
|
int |
getMessagesPerThread()
Method getMessagesPerThread returns the messagesPerThread of this transitionHandler object.
|
int |
getSkipSize()
Method getSkipSize returns the skipSize of this transitionHandler object.
|
boolean |
maySkipMessages()
Method maySkipMessages ...
|
boolean |
mustSerializeMessages()
Method mustSerializeMessages ...
|
public int getMaximumQueueSize()
public int getSkipSize()
public boolean maySkipMessages()
public boolean mustSerializeMessages()
public int getMaximumThreads()
public int getMessagesPerThread()