pub type P2mApiDefaultStack<M> = P2mApiService<WaitingQueueService<SequencerService>, ProvenanceService, ComplianceService, M>;
Expand description
Standard P2M API service stack parameterized by M2M client type.
Combines sequencer, provenance, and compliance services with a configurable
M2M client for distributed coordination. The generic parameter M
allows
different M2M transport implementations to be used.
Aliased Typeยง
pub struct P2mApiDefaultStack<M> { /* private fields */ }