RepoCommitHandler constructor
const
RepoCommitHandler({
- RepoCommitOnCreate<
LexiconSchemaRecord> ? onCreateLexiconSchema, - RepoCommitOnUpdate<
LexiconSchemaRecord> ? onUpdateLexiconSchema, - RepoCommitOnDelete? onDeleteLexiconSchema,
- RepoCommitOnCreate<
FeedRepostRecord> ? onCreateFeedRepost, - RepoCommitOnUpdate<
FeedRepostRecord> ? onUpdateFeedRepost, - RepoCommitOnDelete? onDeleteFeedRepost,
- RepoCommitOnCreate<
FeedThreadgateRecord> ? onCreateFeedThreadgate, - RepoCommitOnUpdate<
FeedThreadgateRecord> ? onUpdateFeedThreadgate, - RepoCommitOnDelete? onDeleteFeedThreadgate,
- RepoCommitOnCreate<
FeedGeneratorRecord> ? onCreateFeedGenerator, - RepoCommitOnUpdate<
FeedGeneratorRecord> ? onUpdateFeedGenerator, - RepoCommitOnDelete? onDeleteFeedGenerator,
- RepoCommitOnCreate<
FeedPostgateRecord> ? onCreateFeedPostgate, - RepoCommitOnUpdate<
FeedPostgateRecord> ? onUpdateFeedPostgate, - RepoCommitOnDelete? onDeleteFeedPostgate,
- RepoCommitOnCreate<
FeedPostRecord> ? onCreateFeedPost, - RepoCommitOnUpdate<
FeedPostRecord> ? onUpdateFeedPost, - RepoCommitOnDelete? onDeleteFeedPost,
- RepoCommitOnCreate<
FeedLikeRecord> ? onCreateFeedLike, - RepoCommitOnUpdate<
FeedLikeRecord> ? onUpdateFeedLike, - RepoCommitOnDelete? onDeleteFeedLike,
- RepoCommitOnCreate<
ActorProfileRecord> ? onCreateActorProfile, - RepoCommitOnUpdate<
ActorProfileRecord> ? onUpdateActorProfile, - RepoCommitOnDelete? onDeleteActorProfile,
- RepoCommitOnCreate<
ActorStatusRecord> ? onCreateActorStatus, - RepoCommitOnUpdate<
ActorStatusRecord> ? onUpdateActorStatus, - RepoCommitOnDelete? onDeleteActorStatus,
- RepoCommitOnCreate<
GraphStarterpackRecord> ? onCreateGraphStarterpack, - RepoCommitOnUpdate<
GraphStarterpackRecord> ? onUpdateGraphStarterpack, - RepoCommitOnDelete? onDeleteGraphStarterpack,
- RepoCommitOnCreate<
GraphBlockRecord> ? onCreateGraphBlock, - RepoCommitOnUpdate<
GraphBlockRecord> ? onUpdateGraphBlock, - RepoCommitOnDelete? onDeleteGraphBlock,
- RepoCommitOnCreate<
GraphListblockRecord> ? onCreateGraphListblock, - RepoCommitOnUpdate<
GraphListblockRecord> ? onUpdateGraphListblock, - RepoCommitOnDelete? onDeleteGraphListblock,
- RepoCommitOnCreate<
GraphFollowRecord> ? onCreateGraphFollow, - RepoCommitOnUpdate<
GraphFollowRecord> ? onUpdateGraphFollow, - RepoCommitOnDelete? onDeleteGraphFollow,
- RepoCommitOnCreate<
GraphListRecord> ? onCreateGraphList, - RepoCommitOnUpdate<
GraphListRecord> ? onUpdateGraphList, - RepoCommitOnDelete? onDeleteGraphList,
- RepoCommitOnCreate<
GraphListitemRecord> ? onCreateGraphListitem, - RepoCommitOnUpdate<
GraphListitemRecord> ? onUpdateGraphListitem, - RepoCommitOnDelete? onDeleteGraphListitem,
- RepoCommitOnCreate<
GraphVerificationRecord> ? onCreateGraphVerification, - RepoCommitOnUpdate<
GraphVerificationRecord> ? onUpdateGraphVerification, - RepoCommitOnDelete? onDeleteGraphVerification,
- RepoCommitOnCreate<
LabelerServiceRecord> ? onCreateLabelerService, - RepoCommitOnUpdate<
LabelerServiceRecord> ? onUpdateLabelerService, - RepoCommitOnDelete? onDeleteLabelerService,
- RepoCommitOnCreate<
NotificationDeclarationRecord> ? onCreateNotificationDeclaration, - RepoCommitOnUpdate<
NotificationDeclarationRecord> ? onUpdateNotificationDeclaration, - RepoCommitOnDelete? onDeleteNotificationDeclaration,
- RepoCommitOnCreate<
ActorDeclarationRecord> ? onCreateActorDeclaration, - RepoCommitOnUpdate<
ActorDeclarationRecord> ? onUpdateActorDeclaration, - RepoCommitOnDelete? onDeleteActorDeclaration,
- RepoCommitOnCreate<
Map< ? onCreateUnknown,String, dynamic> > - RepoCommitOnUpdate<
Map< ? onUpdateUnknown,String, dynamic> > - RepoCommitOnDelete? onDeleteUnknown,
Implementation
const RepoCommitHandler({
final RepoCommitOnCreate<LexiconSchemaRecord>? onCreateLexiconSchema,
final RepoCommitOnUpdate<LexiconSchemaRecord>? onUpdateLexiconSchema,
final RepoCommitOnDelete? onDeleteLexiconSchema,
final RepoCommitOnCreate<FeedRepostRecord>? onCreateFeedRepost,
final RepoCommitOnUpdate<FeedRepostRecord>? onUpdateFeedRepost,
final RepoCommitOnDelete? onDeleteFeedRepost,
final RepoCommitOnCreate<FeedThreadgateRecord>? onCreateFeedThreadgate,
final RepoCommitOnUpdate<FeedThreadgateRecord>? onUpdateFeedThreadgate,
final RepoCommitOnDelete? onDeleteFeedThreadgate,
final RepoCommitOnCreate<FeedGeneratorRecord>? onCreateFeedGenerator,
final RepoCommitOnUpdate<FeedGeneratorRecord>? onUpdateFeedGenerator,
final RepoCommitOnDelete? onDeleteFeedGenerator,
final RepoCommitOnCreate<FeedPostgateRecord>? onCreateFeedPostgate,
final RepoCommitOnUpdate<FeedPostgateRecord>? onUpdateFeedPostgate,
final RepoCommitOnDelete? onDeleteFeedPostgate,
final RepoCommitOnCreate<FeedPostRecord>? onCreateFeedPost,
final RepoCommitOnUpdate<FeedPostRecord>? onUpdateFeedPost,
final RepoCommitOnDelete? onDeleteFeedPost,
final RepoCommitOnCreate<FeedLikeRecord>? onCreateFeedLike,
final RepoCommitOnUpdate<FeedLikeRecord>? onUpdateFeedLike,
final RepoCommitOnDelete? onDeleteFeedLike,
final RepoCommitOnCreate<ActorProfileRecord>? onCreateActorProfile,
final RepoCommitOnUpdate<ActorProfileRecord>? onUpdateActorProfile,
final RepoCommitOnDelete? onDeleteActorProfile,
final RepoCommitOnCreate<ActorStatusRecord>? onCreateActorStatus,
final RepoCommitOnUpdate<ActorStatusRecord>? onUpdateActorStatus,
final RepoCommitOnDelete? onDeleteActorStatus,
final RepoCommitOnCreate<GraphStarterpackRecord>? onCreateGraphStarterpack,
final RepoCommitOnUpdate<GraphStarterpackRecord>? onUpdateGraphStarterpack,
final RepoCommitOnDelete? onDeleteGraphStarterpack,
final RepoCommitOnCreate<GraphBlockRecord>? onCreateGraphBlock,
final RepoCommitOnUpdate<GraphBlockRecord>? onUpdateGraphBlock,
final RepoCommitOnDelete? onDeleteGraphBlock,
final RepoCommitOnCreate<GraphListblockRecord>? onCreateGraphListblock,
final RepoCommitOnUpdate<GraphListblockRecord>? onUpdateGraphListblock,
final RepoCommitOnDelete? onDeleteGraphListblock,
final RepoCommitOnCreate<GraphFollowRecord>? onCreateGraphFollow,
final RepoCommitOnUpdate<GraphFollowRecord>? onUpdateGraphFollow,
final RepoCommitOnDelete? onDeleteGraphFollow,
final RepoCommitOnCreate<GraphListRecord>? onCreateGraphList,
final RepoCommitOnUpdate<GraphListRecord>? onUpdateGraphList,
final RepoCommitOnDelete? onDeleteGraphList,
final RepoCommitOnCreate<GraphListitemRecord>? onCreateGraphListitem,
final RepoCommitOnUpdate<GraphListitemRecord>? onUpdateGraphListitem,
final RepoCommitOnDelete? onDeleteGraphListitem,
final RepoCommitOnCreate<GraphVerificationRecord>?
onCreateGraphVerification,
final RepoCommitOnUpdate<GraphVerificationRecord>?
onUpdateGraphVerification,
final RepoCommitOnDelete? onDeleteGraphVerification,
final RepoCommitOnCreate<LabelerServiceRecord>? onCreateLabelerService,
final RepoCommitOnUpdate<LabelerServiceRecord>? onUpdateLabelerService,
final RepoCommitOnDelete? onDeleteLabelerService,
final RepoCommitOnCreate<NotificationDeclarationRecord>?
onCreateNotificationDeclaration,
final RepoCommitOnUpdate<NotificationDeclarationRecord>?
onUpdateNotificationDeclaration,
final RepoCommitOnDelete? onDeleteNotificationDeclaration,
final RepoCommitOnCreate<ActorDeclarationRecord>? onCreateActorDeclaration,
final RepoCommitOnUpdate<ActorDeclarationRecord>? onUpdateActorDeclaration,
final RepoCommitOnDelete? onDeleteActorDeclaration,
final RepoCommitOnCreate<Map<String, dynamic>>? onCreateUnknown,
final RepoCommitOnUpdate<Map<String, dynamic>>? onUpdateUnknown,
final RepoCommitOnDelete? onDeleteUnknown,
}) : _onCreateLexiconSchema = onCreateLexiconSchema,
_onUpdateLexiconSchema = onUpdateLexiconSchema,
_onDeleteLexiconSchema = onDeleteLexiconSchema,
_onCreateFeedRepost = onCreateFeedRepost,
_onUpdateFeedRepost = onUpdateFeedRepost,
_onDeleteFeedRepost = onDeleteFeedRepost,
_onCreateFeedThreadgate = onCreateFeedThreadgate,
_onUpdateFeedThreadgate = onUpdateFeedThreadgate,
_onDeleteFeedThreadgate = onDeleteFeedThreadgate,
_onCreateFeedGenerator = onCreateFeedGenerator,
_onUpdateFeedGenerator = onUpdateFeedGenerator,
_onDeleteFeedGenerator = onDeleteFeedGenerator,
_onCreateFeedPostgate = onCreateFeedPostgate,
_onUpdateFeedPostgate = onUpdateFeedPostgate,
_onDeleteFeedPostgate = onDeleteFeedPostgate,
_onCreateFeedPost = onCreateFeedPost,
_onUpdateFeedPost = onUpdateFeedPost,
_onDeleteFeedPost = onDeleteFeedPost,
_onCreateFeedLike = onCreateFeedLike,
_onUpdateFeedLike = onUpdateFeedLike,
_onDeleteFeedLike = onDeleteFeedLike,
_onCreateActorProfile = onCreateActorProfile,
_onUpdateActorProfile = onUpdateActorProfile,
_onDeleteActorProfile = onDeleteActorProfile,
_onCreateActorStatus = onCreateActorStatus,
_onUpdateActorStatus = onUpdateActorStatus,
_onDeleteActorStatus = onDeleteActorStatus,
_onCreateGraphStarterpack = onCreateGraphStarterpack,
_onUpdateGraphStarterpack = onUpdateGraphStarterpack,
_onDeleteGraphStarterpack = onDeleteGraphStarterpack,
_onCreateGraphBlock = onCreateGraphBlock,
_onUpdateGraphBlock = onUpdateGraphBlock,
_onDeleteGraphBlock = onDeleteGraphBlock,
_onCreateGraphListblock = onCreateGraphListblock,
_onUpdateGraphListblock = onUpdateGraphListblock,
_onDeleteGraphListblock = onDeleteGraphListblock,
_onCreateGraphFollow = onCreateGraphFollow,
_onUpdateGraphFollow = onUpdateGraphFollow,
_onDeleteGraphFollow = onDeleteGraphFollow,
_onCreateGraphList = onCreateGraphList,
_onUpdateGraphList = onUpdateGraphList,
_onDeleteGraphList = onDeleteGraphList,
_onCreateGraphListitem = onCreateGraphListitem,
_onUpdateGraphListitem = onUpdateGraphListitem,
_onDeleteGraphListitem = onDeleteGraphListitem,
_onCreateGraphVerification = onCreateGraphVerification,
_onUpdateGraphVerification = onUpdateGraphVerification,
_onDeleteGraphVerification = onDeleteGraphVerification,
_onCreateLabelerService = onCreateLabelerService,
_onUpdateLabelerService = onUpdateLabelerService,
_onDeleteLabelerService = onDeleteLabelerService,
_onCreateNotificationDeclaration = onCreateNotificationDeclaration,
_onUpdateNotificationDeclaration = onUpdateNotificationDeclaration,
_onDeleteNotificationDeclaration = onDeleteNotificationDeclaration,
_onCreateActorDeclaration = onCreateActorDeclaration,
_onUpdateActorDeclaration = onUpdateActorDeclaration,
_onDeleteActorDeclaration = onDeleteActorDeclaration,
_onCreateUnknown = onCreateUnknown,
_onUpdateUnknown = onUpdateUnknown,
_onDeleteUnknown = onDeleteUnknown;