Interface JobUserProvider


public interface JobUserProvider
Bridge between the library and the consuming app's notion of "current user". Each app implements this as a bean (typically a 5-line wrapper over its existing CurrentUserService); the library uses it to stamp createdById/createdByEmail on new jobs.
  • Method Details

    • getCurrentUserId

      Long getCurrentUserId()
    • getCurrentUserEmail

      String getCurrentUserEmail()