Package de.otto.synapse.channel
Class ShardResponse
java.lang.Object
de.otto.synapse.channel.ShardResponse
-
Method Summary
Modifier and TypeMethodDescriptionbooleancom.google.common.collect.ImmutableList<TextMessage>inthashCode()static ShardResponseshardResponse(ShardPosition shardPosition, Duration durationBehind, com.google.common.collect.ImmutableList<TextMessage> messages) static ShardResponseshardResponse(ShardPosition shardPosition, Duration durationBehind, TextMessage... messages) toString()
-
Method Details
-
shardResponse
public static ShardResponse shardResponse(ShardPosition shardPosition, Duration durationBehind, com.google.common.collect.ImmutableList<TextMessage> messages) -
shardResponse
public static ShardResponse shardResponse(ShardPosition shardPosition, Duration durationBehind, TextMessage... messages) -
getShardName
-
getShardPosition
-
getDurationBehind
-
getMessages
-
equals
-
hashCode
public int hashCode() -
toString
-