| Package | Description |
|---|---|
| sila_java.library.manager.executor |
| Modifier and Type | Method and Description |
|---|---|
ExecutableServerCall |
ExecutableServerCall.Builder.build()
Build a new
ExecutableServerCall based on the current builder configuration |
static ExecutableServerCall |
ExecutableServerCall.newInstance(@NonNull SiLACall siLACall)
Create a new
ExecutableServerCall using the specified SiLACall |
| Modifier and Type | Method and Description |
|---|---|
Future<String> |
ServerCallManager.runAsync(@NonNull ExecutableServerCall executableServerCall)
Run a task asynchronously with global listeners notification
|
Future<String> |
ServerCallManager.runAsync(@NonNull ExecutableServerCall executableServerCall,
boolean notifyGlobalListener,
CallListener callRelativeListener)
Run a task asynchronously
|
Future<String> |
ServerCallManager.runAsync(@NonNull ExecutableServerCall executableServerCall,
CallListener callRelativeListener)
Run a task asynchronously with global listeners notification
|
| Constructor and Description |
|---|
ServerCallExecutor(@NonNull ExecutableServerCall call)
Constructor
|
Copyright © 2024 SiLA Java Developers. All rights reserved.