package service
Type Members
- class GrpcMediatorInitializationService extends MediatorInitializationService
Hosts the initialization service for the mediator.
Hosts the initialization service for the mediator. Upon receiving an initialize request it will the provided
initialize
function. Will ensure thatinitialize
is not called concurrently.