public class ObservableCommandTaskRunner extends Object implements AutoCloseable
| Constructor and Description |
|---|
ObservableCommandTaskRunner(int maxQueueSize,
int maxConcurrentCalls)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Dispose the runner resources
After this call the runner won't be usable anymore
|
public ObservableCommandTaskRunner(int maxQueueSize,
int maxConcurrentCalls)
maxQueueSize - the maximum size of the queuemaxConcurrentCalls - the maximum number of concurrent callspublic void close()
close in interface AutoCloseableCopyright © 2022 SiLA Java Developers. All rights reserved.