public interface MultiExecutionCallback
onComplete(java.util.Map)
method is called with a map of all results.IExecutorService
,
ExecutionCallback
Modifier and Type | Method and Description |
---|---|
void |
onComplete(Map<Member,Object> values)
Called after all executions are completed.
|
void |
onResponse(Member member,
Object value)
Called when an execution is completed on a member.
|
Copyright © 2023 Hazelcast, Inc.. All rights reserved.