StreamReplier

com.devsisters.shardcake.StreamReplier
final case class StreamReplier[-R](id: String)

A metadata object that allows sending a stream of responses back to the sender

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

def replyStream(replies: ZStream[Any, Nothing, R]): URIO[Sharding, Unit]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product