Skip to content

Conversation

@mcruzdev
Copy link
Collaborator

Changes

Add a RequestDecorator interface as SPI to provide a way to configure per-request configuration.

Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
@mcruzdev mcruzdev requested a review from fjtirado as a code owner January 15, 2026 18:13
*
* <p>Implementations should be loaded via ServiceLoader.
*/
public interface RequestDecorator {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
public interface RequestDecorator {
public interface RequestDecorator extends ServicePriority {

This allow user to establish priority between decorators

Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
@fjtirado fjtirado merged commit ee6805e into serverlessworkflow:main Jan 15, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants