Class EmailOrchestrator
java.lang.Object
com.bluebell.greenhouse.planter.orchestrators.email.EmailOrchestrator
- All Implemented Interfaces:
GenericOrchestrator
Owns the work for the email endpoints.
- Version:
- 3.0.5
- Author:
- Stephen Prizio
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidnotifyApiFailure(String endpoint, int errorCode, String payload) Notifies the system recipient that an api call failed.
-
Constructor Details
-
EmailOrchestrator
public EmailOrchestrator()
-
-
Method Details
-
notifyApiFailure
-