Interface CompanyStub

All Known Implementing Classes:
CompanyService

public interface CompanyStub
  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertx.core.Future<io.vertx.core.json.JsonObject>
    fetchByEmployee(String employeeId)
     
  • Method Details

    • fetchByEmployee

      io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchByEmployee(String employeeId)