All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.devsisters.shardcake.errors.StreamCancelled.scala Maven / Gradle / Ivy

There is a newer version: 2.4.3
Show newest version
package com.devsisters.shardcake.errors

/**
 * Exception indicating that a stream was interrupted.
 * It could be caused by a shard rebalance, by the entity inactivity or by the pod being unavailable.
 */
case object StreamCancelled extends Exception(s"Stream connection was canceled.")




© 2015 - 2025 Weber Informatics LLC | Privacy Policy