public class ChannelResponse
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static ChannelResponse |
channelResponse(java.lang.String channelName,
com.google.common.collect.ImmutableList<ShardResponse> shardResponses) |
static ChannelResponse |
channelResponse(java.lang.String channelName,
ShardResponse... shardResponses) |
ChannelDurationBehind |
getChannelDurationBehind() |
java.lang.String |
getChannelName() |
ChannelPosition |
getChannelPosition() |
java.util.List<TextMessage> |
getMessages() |
java.util.Set<java.lang.String> |
getShardNames() |
com.google.common.collect.ImmutableList<ShardResponse> |
getShardResponses() |
public static ChannelResponse channelResponse(java.lang.String channelName, com.google.common.collect.ImmutableList<ShardResponse> shardResponses)
public static ChannelResponse channelResponse(java.lang.String channelName, ShardResponse... shardResponses)
public java.lang.String getChannelName()
public ChannelDurationBehind getChannelDurationBehind()
public java.util.List<TextMessage> getMessages()
public java.util.Set<java.lang.String> getShardNames()
public com.google.common.collect.ImmutableList<ShardResponse> getShardResponses()
public ChannelPosition getChannelPosition()