package service
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class GrpcMediatorInitializationService extends MediatorInitializationService with NamedLogging
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. - class GrpcMediatorInitializationServiceX extends MediatorInitializationService with NamedLogging
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.