Replier

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

A metadata object that allows sending a response back to the sender

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Replier[R]

Members list

Value members

Concrete methods

def reply(reply: R): URIO[Sharding, Unit]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product