Class PublishRequest

java.lang.Object
io.crossbar.autobahn.wamp.requests.Request
io.crossbar.autobahn.wamp.requests.PublishRequest

public class PublishRequest
extends Request
  • Field Summary

    Fields 
    Modifier and Type Field Description
    java.util.concurrent.CompletableFuture<Publication> onReply  

    Fields inherited from class io.crossbar.autobahn.wamp.requests.Request

    request
  • Constructor Summary

    Constructors 
    Constructor Description
    PublishRequest​(long request, java.util.concurrent.CompletableFuture<Publication> onReply)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details