public interface ServiceInterface
| Modifier and Type | Method and Description |
|---|---|
ServiceData<? extends Writer> |
callMethod(java.lang.String methodName,
byte[] requestData,
java.lang.Object context)
Calls method with the given name synchronously.
|
ServiceData<? extends Writer> callMethod(java.lang.String methodName, byte[] requestData, java.lang.Object context)
methodName - Name of the service method to call.requestData - Request data to be passed to the method.context - Context specific for particular service.Last updated 2025-10-02 14:26:25