Interface ZeebeWorkerValueCustomizer
public interface ZeebeWorkerValueCustomizer
This interface could be used to customize the
ZeebeWorker 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
-
Method Details
-
customize
-