org.qi4j.library.eventsourcing.domain.spi
Interface CurrentUser

All Known Implementing Classes:
CurrentUserSubject, CurrentUserUoWPrincipal

public interface CurrentUser

Return username of current user. This needs to be implemented and provided as a service so that the DomainEventFactory can associate events with a particular user.


Method Summary
 String getCurrentUser()
           
 

Method Detail

getCurrentUser

String getCurrentUser()