Schnittstelle QueryActorService


public interface QueryActorService
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    queryActor(Authentication authentication)
    Finds the current authenticated Actor.
  • Methodendetails

    • queryActor

      Optional<Actor> queryActor(Authentication authentication)
      Finds the current authenticated Actor.
      Parameter:
      authentication -
      Gibt zurück:
      current authenticated Actor.