PakhomovAlexander commented on code in PR #816:
URL: https://github.com/apache/ignite-3/pull/816#discussion_r885084300
##########
modules/rest-api/src/main/java/org/apache/ignite/internal/rest/api/RestFactory.java:
##########
@@ -15,8 +15,10 @@
* limitations under the License.
*/
+package org.apache.ignite.internal.rest.api;
+
/**
- * This package contains classes that represent inbound requests, outbound
responses and main REST handler.
+ * Factory that produces all beans that is necessary for the controller class.
*/
-
-package org.apache.ignite.internal.rest.netty;
+public interface RestFactory {
Review Comment:
This interface represents the factory that is needed for a controller, that
is defined in a module. RestComponent takes the list of this factories and puts
to the micronaut context.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]