Class Registration

java.lang.Object
io.crossbar.autobahn.wamp.types.Registration

public class Registration
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    java.lang.Object endpoint  
    java.lang.String procedure  
    long registration  
    Session session  
  • Constructor Summary

    Constructors 
    Constructor Description
    Registration​(long registration, java.lang.String procedure, java.lang.Object endpoint, Session session)  
  • Method Summary

    Modifier and Type Method Description
    boolean isActive()  
    void setInactive()  
    java.util.concurrent.CompletableFuture<java.lang.Integer> unregister()  

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • Registration

      public Registration​(long registration, java.lang.String procedure, java.lang.Object endpoint, Session session)
  • Method Details

    • unregister

      public java.util.concurrent.CompletableFuture<java.lang.Integer> unregister()
    • setInactive

      public void setInactive()
    • isActive

      public boolean isActive()