public class AkkaTransporter extends Object implements Transporter
| 构造器和说明 |
|---|
AkkaTransporter(akka.actor.ActorSystem actorSystem) |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> CompletionStage<T> |
ask(URL url,
tech.powerjob.common.PowerSerializable request,
Class<T> clz) |
Protocol |
getProtocol() |
void |
tell(URL url,
tech.powerjob.common.PowerSerializable request) |
public Protocol getProtocol()
getProtocol 在接口中 Transporterpublic void tell(URL url, tech.powerjob.common.PowerSerializable request)
tell 在接口中 Transporterpublic <T> CompletionStage<T> ask(URL url, tech.powerjob.common.PowerSerializable request, Class<T> clz) throws RemotingException
ask 在接口中 TransporterRemotingExceptionCopyright © 2024. All rights reserved.