| Package | Description |
|---|---|
| sila_java.library.communication |
| Modifier and Type | Method and Description |
|---|---|
SynchronousCommunication.Builder |
SynchronousCommunication.Builder.withErrorChecker(SynchronousCommunication.CheckResultInterface errorCheckerFunction)
Errors caught on the message layer, be sure to catch the whole error message to
empty the input buffers.
|
SynchronousCommunication.Builder |
SynchronousCommunication.Builder.withReceiveDelimiter(@NonNull String receiveDelimiter) |
SynchronousCommunication.Builder |
SynchronousCommunication.Builder.withSendDelimiter(@NonNull String sendDelimiter) |
SynchronousCommunication.Builder |
SynchronousCommunication.Builder.withStartupMessageFlusher(@NonNull WelcomeFlusherFunction startupFunction)
Some connections send startup messages that need to be flushed, so this will assign a runnable
to the startupFunction.
|
Copyright © 2024 SiLA Java Developers. All rights reserved.