Class SystemOrchestrator
java.lang.Object
com.bluebell.greenhouse.planter.orchestrators.system.SystemOrchestrator
- All Implemented Interfaces:
GenericOrchestrator
@Service
@Transactional
public class SystemOrchestrator
extends Object
implements GenericOrchestrator
Owns the unit of work for the system endpoints.
- Version:
- 3.0.5
- Author:
- Stephen Prizio
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanacknowledgeIncomingPing(String systemName, IncomingPingType incomingPingType) Acknowledges an incoming ping from the given system.voidnotifyContact(ContactDTO data) Notifies the system recipient of a contact request.voidNotifies the system recipient of a reported issue or feature request.
-
Constructor Details
-
SystemOrchestrator
public SystemOrchestrator()
-
-
Method Details
-
notifyContact
Notifies the system recipient of a contact request.- Parameters:
data-ContactDTO
-
notifyIssueOrRequest
Notifies the system recipient of a reported issue or feature request.- Parameters:
data-IssueFeatureRequestDTO
-
acknowledgeIncomingPing
Acknowledges an incoming ping from the given system.- Parameters:
systemName- name of the pinging systemincomingPingType-IncomingPingType- Returns:
- true if the ping was acknowledged
-