-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Description
Is your feature request related to a problem? Please describe.
FowardAction
and other actions are using internal setters for their implementation and it does not enable the Core library consumers to implement the same, similar or modified version of these actions.
Describe the solution you'd like
Have a public API to implement any of the actions when consuming the library.
These setters and some others are having only internal setter, which makes it impossible to implement the same functionality.
Describe alternatives you've considered
None
Additional context
N/A
Metadata
Metadata
Assignees
Labels
No labels