@FunctionalInterface public interface StreamCallback
| Modifier and Type | Method and Description |
|---|---|
boolean |
onNext(String message)
Called when a new message is received
|
boolean onNext(String message)
message - The messageCopyright © 2024 SiLA Java Developers. All rights reserved.