package com.iluwatar.api.gateway; /** * An interface used to communicate with the Image microservice */ public interface ImageClient { String getImagePath(); }