Class HttpGatewayExample

  • All Implemented Interfaces:
    Gateway

    public class HttpGatewayExample
    extends Object
    implements Gateway
    • Constructor Detail

      • HttpGatewayExample

        public HttpGatewayExample​(GatewayOptions options)
    • Method Detail

      • address

        public io.scalecube.net.Address address()
        Specified by:
        address in interface Gateway
      • start

        public reactor.core.publisher.Mono<Gateway> start()
        Specified by:
        start in interface Gateway
      • stop

        public reactor.core.publisher.Mono<Void> stop()
        Specified by:
        stop in interface Gateway