Class EmailOrchestrator

java.lang.Object
com.bluebell.greenhouse.planter.orchestrators.email.EmailOrchestrator
All Implemented Interfaces:
GenericOrchestrator

@Service public class EmailOrchestrator extends Object implements GenericOrchestrator
Owns the work for the email endpoints.
Version:
3.0.5
Author:
Stephen Prizio
  • Constructor Details

    • EmailOrchestrator

      public EmailOrchestrator()
  • Method Details

    • notifyApiFailure

      public void notifyApiFailure(String endpoint, int errorCode, String payload)
      Notifies the system recipient that an api call failed.
      Parameters:
      endpoint - endpoint that failed
      errorCode - http status code returned
      payload - payload that caused the failure