Class ReflectionServices

java.lang.Object
io.crossbar.autobahn.wamp.reflectionRoles.ReflectionServices

public class ReflectionServices
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    ReflectionServices​(Session session, ISerializer serializer)  
  • Method Summary

    Modifier and Type Method Description
    <TProxy> TProxy getCalleeProxy​(java.lang.Class<TProxy> proxyClass)  
    java.util.List<java.util.concurrent.CompletableFuture<Registration>> registerCallee​(java.lang.Object instance)  
    java.util.List<java.util.concurrent.CompletableFuture<Subscription>> registerSubscriber​(java.lang.Object instance)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait