mirror of
https://github.com/corda/corda.git
synced 2025-02-24 18:50:57 +00:00
Merge pull request #1025 from corda/merges/june-19-17-37
This commit is contained in:
commit
80d7c28606
@ -1,4 +1,3 @@
|
|||||||
gradlePluginsVersion=4.0.24
|
|
||||||
#
|
#
|
||||||
# R3 Proprietary and Confidential
|
# R3 Proprietary and Confidential
|
||||||
#
|
#
|
||||||
@ -9,7 +8,7 @@ gradlePluginsVersion=4.0.24
|
|||||||
# Distribution of this file or any portion thereof via any medium without the express permission of R3 is strictly prohibited.
|
# Distribution of this file or any portion thereof via any medium without the express permission of R3 is strictly prohibited.
|
||||||
#
|
#
|
||||||
|
|
||||||
gradlePluginsVersion=4.0.23
|
gradlePluginsVersion=4.0.25
|
||||||
kotlinVersion=1.2.50
|
kotlinVersion=1.2.50
|
||||||
platformVersion=4
|
platformVersion=4
|
||||||
guavaVersion=21.0
|
guavaVersion=21.0
|
||||||
|
@ -71,6 +71,7 @@ internal class FlowMonitor constructor(private val retrieveFlows: () -> Set<Flow
|
|||||||
is FlowIORequest.Sleep -> "to wake up from sleep ending at ${LocalDateTime.ofInstant(request.wakeUpAfter, ZoneId.systemDefault())}"
|
is FlowIORequest.Sleep -> "to wake up from sleep ending at ${LocalDateTime.ofInstant(request.wakeUpAfter, ZoneId.systemDefault())}"
|
||||||
FlowIORequest.WaitForSessionConfirmations -> "for sessions to be confirmed"
|
FlowIORequest.WaitForSessionConfirmations -> "for sessions to be confirmed"
|
||||||
is FlowIORequest.ExecuteAsyncOperation -> "for asynchronous operation of type ${request.operation::javaClass} to complete"
|
is FlowIORequest.ExecuteAsyncOperation -> "for asynchronous operation of type ${request.operation::javaClass} to complete"
|
||||||
|
FlowIORequest.ForceCheckpoint -> "for forcing a checkpoint at an arbitrary point in a flow"
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
message.append(".")
|
message.append(".")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user