Class ThrottlerTransportAdapter

    • Constructor Detail

    • Method Detail

      • SchemeIdentifier

        public static java.lang.String SchemeIdentifier()
        Deprecated.
      • UniqueId

        public static java.util.concurrent.atomic.AtomicInteger UniqueId()
        Deprecated.
      • addedSchemeIdentifier

        protected java.lang.String addedSchemeIdentifier()
        Deprecated.
      • managementCommand

        public scala.concurrent.Future<java.lang.Object> managementCommand​(java.lang.Object cmd)
        Deprecated.
        Description copied from interface: Transport
        This method allows upper layers to send management commands to the transport. It is the responsibility of the sender to send appropriate commands to different transport implementations. Unknown commands will be ignored.

        Parameters:
        cmd - Command message to the transport
        Returns:
        Future that succeeds when the command was handled or dropped