Uses of Class
org.cloudi.API.ForwardSyncException
-
Packages that use API.ForwardSyncException Package Description org.cloudi -
-
Uses of API.ForwardSyncException in org.cloudi
Methods in org.cloudi that throw API.ForwardSyncException 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_sync(String name, byte[] request_info, byte[] request, Integer timeout, Byte priority, byte[] trans_id, OtpErlangPid source)Synchronously forward a message to another service subscribed that matches the destination servicename.
-