works.iterative.akka.service.impl

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class SerializerWithStringManifest
trait Serializer
class Object
trait Matchable
class Any
Show all
class DocumentCounterSequenceIdGenerator(ref: EntityRef[Command], config: AkkaConfig) extends IdGenerator[Int]

Attributes

Supertypes
trait IdGenerator[Int]
class Object
trait Matchable
class Any
class DocumentCounterSequenceIdGeneratorFactory(system: ActorSystem[_], config: AkkaConfig) extends SequenceIdGeneratorFactory

Attributes

Companion
object
Supertypes
trait SequenceIdGeneratorFactory
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
case class DocumentCounterState(counter: Int)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class SerializerWithStringManifest
trait Serializer
class Object
trait Matchable
class Any
Show all
class YearlyDocumentCounterGenerator(row: String, factory: SequenceIdGeneratorFactory) extends IdGenerator[(Int, Year)]

Attributes

Companion
object
Supertypes
trait IdGenerator[(Int, Year)]
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def legacyEnumDecoder[T <: Enum](elems: Array[T], construct: String => T): JsonDecoder[T]