Package | Description |
---|---|
teetime.framework |
Contains the implementation of the TeeTime framework.
|
Modifier and Type | Method and Description |
---|---|
protected TerminationStrategy |
AbstractStage.getTerminationStrategy()
Deprecated.
since 3.0.
We will completely remove framework-backed support for infinite producers since it has never worked correctly in all (corner) cases.
Instead, please use finite producers and implement an appropriate termination condition by your own.
|
TerminationStrategy |
AbstractProducerStage.getTerminationStrategy()
Deprecated.
since 3.0.
We will completely remove framework-backed support for infinite producers since it has never worked correctly in all (corner) cases.
Instead, please use finite producers and implement an appropriate termination condition by your own.
|
TerminationStrategy |
StageFacade.getTerminationStrategy(AbstractStage stage)
Deprecated.
since 3.0. Will be removed.
|
static TerminationStrategy |
TerminationStrategy.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static TerminationStrategy[] |
TerminationStrategy.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015–2020. All rights reserved.