Polish docs
This commit is contained in:
@@ -18,7 +18,7 @@ To overcome this issue we've internally changed `Action` handling to
|
||||
process a plain java's `Function` taking `StateContext` and returning
|
||||
`Mono`. This way we can call action and fully in a reactive way to
|
||||
execute action only when it's subscribed and in a non-blocking way
|
||||
to wait it's completion.
|
||||
to wait completion.
|
||||
|
||||
====
|
||||
[source,java,indent=0]
|
||||
|
||||
@@ -18,7 +18,7 @@ To overcome this issue we've internally changed `Guard` handling to
|
||||
process a plain java's `Function` taking `StateContext` and returning
|
||||
`Mono<Boolean>`. This way we can call guard and fully in a reactive way
|
||||
to evaluate it only when it's subscribed and in a non-blocking way
|
||||
to wait it's completion with a return value.
|
||||
to wait completion with a return value.
|
||||
|
||||
====
|
||||
[source,java,indent=0]
|
||||
|
||||
Reference in New Issue
Block a user