public static class QueueStats.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
QueueStats |
build() |
QueueStats.Builder |
channelId(String channelId)
If channelId is present in GetStats call, the channel id will be returned in the GetStats
response.
|
QueueStats.Builder |
copy(QueueStats model) |
QueueStats.Builder |
dlq(Stats dlq) |
QueueStats.Builder |
queue(Stats queue) |
public QueueStats.Builder queue(Stats queue)
public QueueStats.Builder dlq(Stats dlq)
public QueueStats.Builder channelId(String channelId)
If channelId is present in GetStats call, the channel id will be returned in the GetStats response.
channelId
- the value to setpublic QueueStats build()
public QueueStats.Builder copy(QueueStats model)
Copyright © 2016–2024. All rights reserved.