game-common / pragma.matchlifecycle / MatchEndDependentJob /
MatchEndDependentJob #
abstract class MatchEndDependentJob : DependentJob<GameDataRpc.MatchProcessedV3Notification.Builder>
MatchEndDependentJob lets you define how to process end of match results, with support for a dependency graph of processing order.
Pragma provides default builders: InventoryMatchEndDependentJob.
If you are implementing a custom service that needs to be included in match end processing, create a custom MatchEndDependentJob and return it in MatchEndPlugin.getMatchEndJobs.
Constructors #
MatchEndDependentJob | fun MatchEndDependentJob() |