Uses of Class
org.cloudi.API.ForwardAsyncException
-
Packages that use API.ForwardAsyncException Package Description org.cloudi -
-
Uses of API.ForwardAsyncException in org.cloudi
Methods in org.cloudi that throw API.ForwardAsyncException Modifier and Type Method Description voidAPI. forward_(Integer request_type, String name, byte[] request_info, byte[] request, Integer timeout, Byte priority, byte[] trans_id, OtpErlangPid source)Forward a message to another service subscribed that matches the destination servicename.voidAPI. forward_async(String name, byte[] request_info, byte[] request, Integer timeout, Byte priority, byte[] trans_id, OtpErlangPid source)Asynchronously forward a message to another service subscribed that matches the destination servicename.
-