Interface QueryActorService
public interface QueryActorService
-
Method Summary
Modifier and TypeMethodDescriptionqueryActor
(Authentication authentication) Finds the current authenticated Actor.
-
Method Details
-
queryActor
Finds the current authenticated Actor.- Parameters:
authentication
-- Returns:
- current authenticated Actor.
-