Package de.espirit.firstspirit.agency
Interface SpecialistsEmployer
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 TypeMethodDescriptionvoid
setSpecialistsBroker
(@NotNull SpecialistsBroker specialistsBroker) Set the broker to be used by this employer.
-
Method Details
-
setSpecialistsBroker
Set the broker to be used by this employer.- Parameters:
specialistsBroker
- The specialists broker.- Since:
- 4.2.105
-