Interface KeyValueEntityClient


@DoNotInherit public interface KeyValueEntityClient
Not for user extension
  • Method Details

    • method

      <T, R> ComponentMethodRef<R> method(akka.japi.function.Function<T,KeyValueEntity.Effect<R>> methodRef)
      Pass in a Key Value Entity command handler method reference, e.g. UserEntity::create
    • method

      <T, A1, R> ComponentMethodRef1<A1,R> method(akka.japi.function.Function2<T,A1,KeyValueEntity.Effect<R>> methodRef)
      Pass in a Key Value Entity command handler method reference, e.g. UserEntity::update