Skip to content

Latest commit

 

History

History
49 lines (26 loc) · 817 Bytes

LogEntryEventHandler.md

File metadata and controls

49 lines (26 loc) · 817 Bytes
layout
default

LogEntryEventHandler class

Processes LogEntryEvent__e platform events and normalizes the data into Log__c and LogEntry__c records


Constructors

LogEntryEventHandler()

Default constructor, used by the trigger LogEntryEvent.trigger

Properties

releaseNumberString

String containing the release number.

releaseVersionString

String containing the release version.


Methods

StatusApiCalloutQueueable(List<Log__c> logsToUpdate)public

execute(System.QueueableContext qc)void

getSObjectType()Schema.SObjectType

Returns SObject Type that the handler is responsible for processing

Return

Type

Schema.SObjectType

Description

The instance of SObjectType