-
Notifications
You must be signed in to change notification settings - Fork 7
Sync and async
firegloves edited this page Jul 20, 2022
·
1 revision
MemPOI returns always a CompletableFuture so you can use it synchronously or asynchronously, depending on the requirement.
In the previous examples you can see how to block an async operation by calling the get()
method, but using an appropriate environment (e.g. Spring Reactor, Akka or Vert.x) you can choose your favourite approach.