Interface QueueStats.Builder
- Enclosing interface:
QueueStats
public static interface QueueStats.Builder
Dedicated Builder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Create instancesetOutboundLimit
(Long outboundLimit) see gettersetOutboundSize
(Long outboundSize) see getter
-
Method Details
-
setOutboundSize
see getter- Parameters:
outboundSize
- see getter- Returns:
- Current builder
- See Also:
- Read Only
- This field is returned by the server and cannot be modified
-
setOutboundLimit
see getter- Parameters:
outboundLimit
- see getter- Returns:
- Current builder
- See Also:
- Read Only
- This field is returned by the server and cannot be modified
-
build
QueueStats build()Create instance- Returns:
- The instance build with current builder values
-