subsequent call
基本解释
- 连续呼叫
英汉例句
- An application is said to be stateful if there is storage of some data resulting from a call that is used in a subsequent call.
如果一次调用会导致存储某些数据用于后续调用,则称这样的应用程序是有状态的。 - A subsequent call to the public static getInstance() will provide access to the singleton instance, but will not throw a checked exception.
对公用静态 getInstance() 随后的调用提供了对单个实例的访问,但它不抛出检查到的异常。 - For a solution that will be scaled out, one call of the applications might end up in one machine and the subsequent call can end up in another machine.
对于可向外扩展的解决方案,对应用程序的一次调用可能在某一台机器上处理,而后续调用可能在另一台机器上处理。