Package akka.actor

Class TypedActor.TypedActorInvocationHandler

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.reflect.InvocationHandler
    Enclosing class:
    TypedActor

    public static class TypedActor.TypedActorInvocationHandler
    extends java.lang.Object
    implements java.lang.reflect.InvocationHandler, java.io.Serializable
    INTERNAL API
    See Also:
    Serialized Form
    • Constructor Detail

      • TypedActorInvocationHandler

        public TypedActorInvocationHandler​(TypedActorExtension extension,
                                           java.util.concurrent.atomic.AtomicReference<ActorRef> actorVar,
                                           Timeout timeout)
    • Method Detail

      • actorVar

        public java.util.concurrent.atomic.AtomicReference<ActorRef> actorVar()
      • invoke

        public java.lang.Object invoke​(java.lang.Object proxy,
                                       java.lang.reflect.Method method,
                                       java.lang.Object[] args)
                                throws java.lang.Throwable
        Specified by:
        invoke in interface java.lang.reflect.InvocationHandler
        Throws:
        java.lang.Throwable
      • timeout

        public Timeout timeout()