Class TcpEventBusBridge


  • public class TcpEventBusBridge
    extends Object
    TCP EventBus bridge for Vert.x

    NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

    • Constructor Detail

      • TcpEventBusBridge

        public TcpEventBusBridge​(Object delegate)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • listen

        public io.reactivex.rxjava3.core.Single<TcpEventBusBridge> listen()
        Listen on default port 7000 with a handler to report the state of the socket listen operation.
        Returns:
        self
      • rxListen

        public io.reactivex.rxjava3.core.Single<TcpEventBusBridge> rxListen()
        Listen on default port 7000 with a handler to report the state of the socket listen operation.
        Returns:
        self
      • listen

        public io.reactivex.rxjava3.core.Single<TcpEventBusBridge> listen​(int port,
                                                                          String address)
        Listen on specific port and bind to specific address
        Parameters:
        port - tcp port
        address - tcp address to the bind
        Returns:
        self
      • rxListen

        public io.reactivex.rxjava3.core.Single<TcpEventBusBridge> rxListen​(int port,
                                                                            String address)
        Listen on specific port and bind to specific address
        Parameters:
        port - tcp port
        address - tcp address to the bind
        Returns:
        self
      • listen

        public io.reactivex.rxjava3.core.Single<TcpEventBusBridge> listen​(int port)
        Listen on specific port
        Parameters:
        port - tcp port
        Returns:
        self
      • rxListen

        public io.reactivex.rxjava3.core.Single<TcpEventBusBridge> rxListen​(int port)
        Listen on specific port
        Parameters:
        port - tcp port
        Returns:
        self
      • close

        public io.reactivex.rxjava3.core.Completable close()
        Close the current socket.
        Returns:
      • rxClose

        public io.reactivex.rxjava3.core.Completable rxClose()
        Close the current socket.
        Returns: