primaryException
The exception results of the primary owner.
- Parameters:
throwable- theThrowablethrow by the primary owner
BiasedCollectorPrimaryOwnerOnlyCollectorvoidprimaryException(Throwable throwable) voidprimaryResult(T result,
boolean success) CompletableFuture that will be completed when all the acks are received.throwable - the Throwable throw by the primary ownerresult - the operation's return valuesuccess - true if it was successful, false otherwise (for conditional operations).