| Package | Description |
|---|---|
| sila_java.library.server_base | |
| sila_java.library.server_base.binary_transfer.database.impl |
| Modifier and Type | Method and Description |
|---|---|
BinaryDatabase |
SiLAServer.Builder.withBinaryTransferSupport()
Enable support for binary transfer by creating and using the default H2 binary transfer database implementation
|
| Modifier and Type | Method and Description |
|---|---|
SiLAServer.Builder |
SiLAServer.Builder.withBinaryTransferSupport(@NonNull BinaryDatabase binarySupportImpl)
Enable support for binary transfer
|
| Modifier and Type | Class and Description |
|---|---|
class |
H2BinaryDatabase
Persisted implementation of
BinaryDatabase using H2 database |
Copyright © 2022 SiLA Java Developers. All rights reserved.