akka

io.bullet.borer.compat.akka
object akka

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
akka.type

Members list

Type members

Classlikes

object ByteStringByteAccess extends ByteAccess[ByteString]

ByteAccess for ByteString.

ByteAccess for ByteString.

Attributes

Supertypes
trait ByteAccess[ByteString]
class Object
trait Matchable
class Any
Self type
final class ByteStringOutput extends Output

Mutable Output implementation for serializing to ByteString.

Mutable Output implementation for serializing to ByteString.

Attributes

Supertypes
trait Output
class Object
trait Matchable
class Any
object ByteStringOutputProvider extends ToTypeProvider[ByteString]

Attributes

Supertypes
trait ToTypeProvider[ByteString]
class Object
trait Matchable
class Any
Self type
object ByteStringProvider extends Provider[ByteString]

Input around ByteString.

Input around ByteString.

Attributes

Supertypes
trait Provider[ByteString]
class Object
trait Matchable
class Any
Self type
final class FromByteString(byteString: ByteString) extends Input[ByteString]

Attributes

Supertypes
trait Input[ByteString]
class Object
trait Matchable
class Any

Implicits

Implicits

implicit val ByteStringCodec: Codec[ByteString]

Encoding and Decoding for ByteString.

Encoding and Decoding for ByteString.

Attributes

implicit def actorRefCodec(implicit system: ActorSystem): Codec[ActorRef]
implicit def typedActorRefCodec[T](implicit system: ActorSystem): Codec[ActorRef[T]]