Package | Description |
---|---|
org.apache.syncope.client.lib.batch |
Modifier and Type | Method and Description |
---|---|
BatchResponse |
BatchRequest.commit()
Sends the current request, with items accumulated by invoking methods on proxies obtained via
BatchRequest.getService(java.lang.Class) , to the Batch service, and awaits for synchronous response. |
BatchResponse |
BatchRequest.commit(boolean async)
Sends the current request, with items accumulated by invoking methods on proxies obtained via
BatchRequest.getService(java.lang.Class) , to the Batch service, and awaits for a synchronous or asynchronous
response, depending on the async parameter. |
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.