You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should rather return a CompletableFuture from the final externalize(…) call so that we can hand this out from the listener to make sure that any message brokers using asynchronous message publication. This would also allow us to conclude the event externalization by publishing an application event in turn, to both carry the externalization result forward (if provided by the broker) and as a testing target using the Scenario.
The text was updated successfully, but these errors were encountered:
DelegatingEventExternalizer.externalize(…) flavors now return a CompletableFuture to allow the target APIs to use asynchronous message sending and to transparently return a result from those invocations.
DelegatingEventExternalizer.externalize(…) flavors now return a CompletableFuture to allow the target APIs to use asynchronous message sending and to transparently return a result from those invocations.
DelegatingEventExternalizer.externalize(…) flavors now return a CompletableFuture to allow the target APIs to use asynchronous message sending and to transparently return a result from those invocations.
DelegatingEventExternalizer.externalize(…) flavors now return a CompletableFuture to allow the target APIs to use asynchronous message sending and to transparently return a result from those invocations.
We should rather return a
CompletableFuture
from the finalexternalize(…)
call so that we can hand this out from the listener to make sure that any message brokers using asynchronous message publication. This would also allow us to conclude the event externalization by publishing an application event in turn, to both carry the externalization result forward (if provided by the broker) and as a testing target using theScenario
.The text was updated successfully, but these errors were encountered: