| | |
| | | */ |
| | | <T> ServiceReply<T> publishServicesTopic(TypeReference<T> clazz, String sn, String method, Object data); |
| | | |
| | | <T> ServiceReply<T> publishServicesTopic(TypeReference<T> clazz, String sn, String method, Object data, String bid,Long timestamp); |
| | | |
| | | ServiceReply publishServicesTopic(String sn, String method, Object data, String bid,Long timestamp); |
| | | |
| | | /** |
| | | * Used exclusively for sending messages for services, and does not set the received subtype. |
| | | * @param sn |
| | |
| | | * @return |
| | | */ |
| | | ServiceReply publishServicesTopic(String sn, String method, Object data); |
| | | |
| | | <T> ServiceReply<T> publishRequestsTopic(TypeReference<T> clazz, String sn, String method, Object data, String bid); |
| | | |
| | | ServiceReply publishRequestsTopic(String sn, String method, Object data, String bid); |
| | | |
| | | ServiceReply publishRequestsTopic(String sn, String method, Object data); |
| | | |
| | | } |