You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer I want to define Fusion endpoint in an interface so that I can supply different implementations using Spring facilities (for example, use dummy data provider in development mode)
The text was updated successfully, but these errors were encountered:
As a workaround, you can use the same endpoint implementation and inject different implementations of the data provider into it.
With some additional boilerplate, you can even let the endpoint implementation be an empty shell that just delegates everything directly to an injected implementation.
As a developer I want to define Fusion endpoint in an interface so that I can supply different implementations using Spring facilities (for example, use dummy data provider in development mode)
The text was updated successfully, but these errors were encountered: