File tree Expand file tree Collapse file tree
partial-response/src/main/java/com/iluwatar/partialresponse Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232
3333/**
3434 * The Partial response pattern is a design pattern in which client specifies fields to fetch to serve.
35- * Here {@link VideoClientApp } is playing as client for {@link VideoResource} server.
35+ * Here {@link App } is playing as client for {@link VideoResource} server.
3636 * Client ask for specific fields information in video to server.
3737 * <p>
3838 * <p>
3939 * {@link VideoResource} act as server to serve video information.
4040 */
4141
42- public class VideoClientApp {
43- private static final Logger LOGGER = LoggerFactory .getLogger (VideoClientApp .class );
42+ public class App {
43+ private static final Logger LOGGER = LoggerFactory .getLogger (App .class );
4444
4545 /**
4646 * Method as act client and request to server for video details.
You can’t perform that action at this time.
0 commit comments