Skip to content

Instantly share code, notes, and snippets.

@berndruecker
Created October 19, 2023 13:16
Show Gist options
  • Save berndruecker/43c2457495e9322c3de83813410f33f5 to your computer and use it in GitHub Desktop.
Save berndruecker/43c2457495e9322c3de83813410f33f5 to your computer and use it in GitHub Desktop.
@JobWorker(type = "foo")
public void handleJobFoo(final ActivatedJob job) {
myDatabaseRepository.save( createNewEntityForSomeReason(job) );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment