Foundations Apex API Developer Reference

fferpcore.ihcc_IntegrationEventResponse

global with sharing class ihcc_IntegrationEventResponse

Response type that the business logic classes use to pass responses back to ihcc_IntegrationEventProcess

Properties

Name Type Description
responseType fferpcore.ihcc_IntegrationEventResponse.IntegrationEventResponseType
message String

Enums

IntegrationEventResponseType

The type of an Integration Event Response. Used to signal what the status of handling the message was.

Value Description
Success : The message was handled successfully and should not be requested again
Failure : There was a failure in handling the message. It could be requested again if below retry count
Skipped : The message was skipped intentionally. This should be treated as success
GovernorLimits : The message was not attempted to be handled or was partially handled. It should be requested again to get handled

Methods

ihcc_IntegrationEventResponse

global ihcc_IntegrationEventResponse()

ihcc_IntegrationEventResponse

global ihcc_IntegrationEventResponse(fferpcore.ihcc_IntegrationEventResponse.IntegrationEventResponseType responseType, String message)

© Copyright 2009–2023 Certinia Inc. All rights reserved. Various trademarks held by their respective owners.