Package de.otto.synapse.channel
Class ChannelResponse
java.lang.Object
de.otto.synapse.channel.ChannelResponse
-
Method Summary
Modifier and TypeMethodDescriptionstatic ChannelResponsechannelResponse(String channelName, com.google.common.collect.ImmutableList<ShardResponse> shardResponses) static ChannelResponsechannelResponse(String channelName, ShardResponse... shardResponses) com.google.common.collect.ImmutableList<ShardResponse>
-
Method Details
-
channelResponse
public static ChannelResponse channelResponse(String channelName, com.google.common.collect.ImmutableList<ShardResponse> shardResponses) -
channelResponse
-
getChannelName
-
getChannelDurationBehind
-
getMessages
-
getShardNames
-
getShardResponses
-
getChannelPosition
-