Package com.sap.cloud.mt.tools
Class AsyncPolling.AsyncPollingBuilder
java.lang.Object
com.sap.cloud.mt.tools.AsyncPolling.AsyncPollingBuilder
- Enclosing class:
- AsyncPolling
Builder for the asynchronous builder
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AsyncPollingBuilder
public AsyncPollingBuilder()
-
-
Method Details
-
delay
- Parameters:
delay- is the time after which the action is called the first time- Returns:
- builder
-
period
- Parameters:
period- is the time interval after which the action is called again- Returns:
- builder
-
maximumRuntime
- Parameters:
maximumRuntime- is the maximum time the polling is tried- Returns:
- builder
-
build
- Returns:
- the asynchronous builder
-