public class Payload<C,R> extends Object implements Serializable
protected CompletableFuture<R>
future
Payload(String topic, C content)
Payload(String guid, String topic, C content)
C
getContent()
String
getGuid()
getTopic()
boolean
isRequest()
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
protected transient CompletableFuture<R> future
public Payload(String topic, C content)
public Payload(String guid, String topic, C content)
public boolean isRequest()
public String getGuid()
public String getTopic()
public C getContent()
public String toString()
toString
Object
Copyright © 2023. All rights reserved.