Interface JobWorkerValueCustomizer

All Known Implementing Classes:
JobWorkerValueCustomizerCompat, PropertyBasedJobWorkerValueCustomizer

public interface JobWorkerValueCustomizer
This interface could be used to customize the JobWorker annotation's values. Just implement it and put it into to the ApplicationContext to make it work. But be careful: these customizers are applied sequentially and if you need to change the order of these customizers use the Order annotation or the Ordered interface.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(JobWorkerValue jobWorkerValue)
     
  • Method Details