Ark
|
Classes | |
class | Service |
Functions | |
Any | send_service_request (registry_host, registry_port, str service_name, object request, type response_type, int timeout=1) |
Send a request to a service discovered from a registry. |
Any comm_handler.service.send_service_request | ( | registry_host, | |
registry_port, | |||
str | service_name, | ||
object | request, | ||
type | response_type, | ||
int | timeout = 1 ) |
Send a request to a service discovered from a registry.
registry_host | Host address of the service registry. |
registry_port | Port of the service registry. |
service_name | Name of the service to discover. |
request | Request object to send. |
response_type | Expected response type. |
timeout | Timeout in seconds. |