public interface ITimeoutAwareJourneyElement
Modifier and Type | Method and Description |
---|---|
int |
getTimeoutAmount()
Returns the timeoutAmount.
|
default long |
getTimeoutMillis()
Returns the timeout amount in milliseconds.
|
TimeUnit |
getTimeoutUnit()
Returns the timeoutUnit.
|
void |
setTimeoutAmount(int timeoutAmount)
Sets the timeoutAmount.
|
void |
setTimeoutUnit(TimeUnit timeoutUnit)
Sets the timeoutUnit.
|
TimeUnit getTimeoutUnit()
void setTimeoutUnit(TimeUnit timeoutUnit)
timeoutUnit
- the timeoutUnit value to set.int getTimeoutAmount()
void setTimeoutAmount(int timeoutAmount)
timeoutAmount
- the timeoutAmount value to set.default long getTimeoutMillis()
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.