package at.gv.egiz.moazs.pipeline; public interface DeliveryPipeline { /** * Gets request that is referred by appDeliveryId from cache, * @param appDeliveryId */ void processRequest(String appDeliveryId); }