Module services

Module services 

Source

Re-exports§

pub use analytics::AnalyticsEngine;
pub use audit_logger::AuditLogger;
pub use audit_logger::RequestContext;
pub use pipeline::Pipeline;
pub use pipeline::PipelineConfig;
pub use pipeline::PipelineManager;
pub use pipeline::PipelineOperator;
pub use pipeline::PipelineStats;
pub use projection::EntitySnapshotProjection;
pub use projection::EventCounterProjection;
pub use projection::Projection;
pub use projection::ProjectionManager;
pub use replay::ReplayManager;
pub use replay::ReplayProgress;
pub use replay::StartReplayRequest;
pub use replay::StartReplayResponse;
pub use schema::CompatibilityMode;
pub use schema::RegisterSchemaRequest;
pub use schema::RegisterSchemaResponse;
pub use schema::SchemaRegistry;
pub use schema::SchemaRegistryConfig;
pub use schema::ValidateEventRequest;
pub use schema::ValidateEventResponse;
pub use tenant_service::Tenant;
pub use tenant_service::TenantManager;
pub use tenant_service::TenantQuotas;
pub use tenant_service::TenantUsage;

Modules§

analytics
audit_logger
pipeline
projection
replay
schema
tenant_service