package com.cku.util; public interface IRetryFunction { public T execute(R param) throws Exception; }