Interface SpecialistsEmployer

All Known Implementing Classes:
GomGroup, GomModule

public interface SpecialistsEmployer
Interface for implementations, who employ specialists and therefore require a broker for looking up agents.
Since:
4.2.105
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setSpecialistsBroker(@NotNull SpecialistsBroker specialistsBroker)
    Set the broker to be used by this employer.
  • Method Details

    • setSpecialistsBroker

      void setSpecialistsBroker(@NotNull @NotNull SpecialistsBroker specialistsBroker)
      Set the broker to be used by this employer.
      Parameters:
      specialistsBroker - The specialists broker.
      Since:
      4.2.105