| Package | Description |
|---|---|
| sila_java.library.manager.executor | |
| sila_java.library.manager.models |
| Modifier and Type | Method and Description |
|---|---|
static ExecutableServerCall.Builder |
ExecutableServerCall.newBuilder(@NonNull Connection connection,
@NonNull SiLACall baseCall)
Create a new task builder using the specified connection and base task
|
static ExecutableServerCall.Builder |
ExecutableServerCall.newBuilder(@NonNull SiLACall siLACall)
Create a new
ExecutableServerCall.Builder using the specified SiLACall |
static ExecutableServerCall |
ExecutableServerCall.newInstance(@NonNull SiLACall siLACall)
Create a new
ExecutableServerCall using the specified SiLACall |
default void |
CallListener.onObservableCommandExecutionInfo(SiLACall baseCall,
SiLAFramework.ExecutionInfo executionInfo)
Callback when an Observable Command receives an Execution Info
|
default void |
CallListener.onObservableCommandInit(SiLACall baseCall,
SiLAFramework.CommandConfirmation command)
Callback when an Observable Command is initialized
|
default void |
CallListener.onObservableIntermediateResponse(SiLACall baseCall,
com.google.protobuf.DynamicMessage response)
Callback when an Observable Command receives an Intermediate Response
|
default void |
CallListener.onObservablePropertyUpdate(SiLACall baseCall,
String value)
Callback when an Observable Property receives a Property update
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExtendedSiLACall
Extended SiLA Task model
|
| Modifier and Type | Method and Description |
|---|---|
SiLACall |
SiLACall.Builder.build()
Build a new
SiLACall instance |
static SiLACall |
SiLACall.fromBinaryDownload(@NonNull UUID serverId)
Factory for binary download
|
static SiLACall |
SiLACall.fromGetBinaryInfo(@NonNull UUID serverId)
Factory for get binary info
|
| Constructor and Description |
|---|
ExtendedSiLACall(@NonNull SiLACall siLACall) |
SiLACall(@NonNull SiLACall siLACall)
Copy Constructor
|
Copyright © 2024 SiLA Java Developers. All rights reserved.