Uses of Class
org.cloudi.API.TransId
-
Packages that use API.TransId Package Description org.cloudi -
-
Uses of API.TransId in org.cloudi
Methods in org.cloudi that return API.TransId Modifier and Type Method Description API.TransIdAPI. send_async(String name, byte[] request)Asynchronous point-to-point communication to a service subscribed that matches the destination servicename.API.TransIdAPI. send_async(String name, byte[] request_info, byte[] request, Integer timeout, Byte priority)Asynchronous point-to-point communication to a service subscribed that matches the destination servicename.Methods in org.cloudi that return types with arguments of type API.TransId Modifier and Type Method Description ArrayList<API.TransId>API. mcast_async(String name, byte[] request)Asynchronous point-multicast communication to services subscribed that matches the destination servicename.ArrayList<API.TransId>API. mcast_async(String name, byte[] request_info, byte[] request, Integer timeout, Byte priority)Asynchronous point-multicast communication to services subscribed that matches the destination servicename.
-