Class ActorTransportAdapter

    • Constructor Detail

      • ActorTransportAdapter

        public ActorTransportAdapter​(Transport wrappedTransport,
                                     ActorSystem system)
        Deprecated.
    • Method Detail

      • AskTimeout

        public static Timeout AskTimeout()
        Deprecated.
      • managerName

        protected abstract java.lang.String managerName()
        Deprecated.
      • managerProps

        protected abstract Props managerProps()
        Deprecated.
      • manager

        protected ActorRef manager()
        Deprecated.
      • manager_$eq

        protected void manager_$eq​(ActorRef x$1)
        Deprecated.
      • shutdown

        public scala.concurrent.Future<java.lang.Object> shutdown()
        Deprecated.
        Description copied from interface: Transport
        Shuts down the transport layer and releases all the corresponding resources. Shutdown is asynchronous signalling the end of the shutdown by completing the returned future.

        The transport SHOULD try flushing pending writes before becoming completely closed.

        Specified by:
        shutdown in interface Transport
        Overrides:
        shutdown in class AbstractTransportAdapter
        Returns:
        Future signalling the completion of shutdown