Class ApiOrigin

    • Constructor Detail

      • ApiOrigin

        public ApiOrigin()
    • Method Detail

      • getRegistryData

        public ConcurrentMap<String,​io.vertx.servicediscovery.Record> getRegistryData()
        Description copied from interface: Origin
        Get backend
        Specified by:
        getRegistryData in interface Origin
        Returns:
        Return registry data in etcd3
      • erasing

        public boolean erasing​(io.vertx.servicediscovery.Record record)
        Description copied from interface: Origin
        Erase record
        Specified by:
        erasing in interface Origin
        Parameters:
        record - discovery record that will be erased
        Returns:
        whether erasing successfully
      • getPath

        protected EtcdPath getPath()