@FunctionalInterface
public static interface RecursiveChain.OnCompleteFunction
RecursiveChain
is
created. See the RecursiveChain.Builder.onComplete(com.thomsonreuters.platformservices.elektron.objects.chain.RecursiveChain.OnCompleteFunction)
for more details.Modifier and Type | Method and Description |
---|---|
void |
onComplete(RecursiveChain chain)
Called when a
RecursiveChain is complete. |
void onComplete(RecursiveChain chain)
RecursiveChain
is complete.chain
- the completed chain.