public class ClientInvocationQueue extends Object
| Constructor and Description |
|---|
ClientInvocationQueue() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clear the queue of all queued requests without processing them.
|
List<ClientInvocation> |
flush()
Flush the queue, returning all dequeued requests.
|
void |
queue(ClientInvocation invocation)
Queue a client invocation request.
|
void |
queue(Iterable<ClientInvocation> invocations)
Queue multiple client invocation requests.
|
public void queue(ClientInvocation invocation)
invocation - A client invocation request.public void queue(Iterable<ClientInvocation> invocations)
invocations - The requests to queue.public List<ClientInvocation> flush()
public void clear()
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.