Skip to main content

Module services

Module services 

Source

Re-exports§

pub use analytics::AnalyticsEngine;
pub use audit_logger::AuditLogger;
pub use audit_logger::RequestContext;
pub use creator_coordinator::ArticlePerformance;
pub use creator_coordinator::CreatorCoordinator;
pub use creator_coordinator::CreatorDashboard;
pub use event_coordinator::BatchIngestResult;
pub use event_coordinator::EntityHistory;
pub use event_coordinator::EntitySnapshot;
pub use event_coordinator::EventCoordinator;
pub use payment_coordinator::PaymentCoordinator;
pub use payment_coordinator::PurchaseResult;
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;
pub use vector_search::BatchIndexResult;
pub use vector_search::IndexEventRequest;
pub use vector_search::IndexStats;
pub use vector_search::SemanticSearchRequest;
pub use vector_search::SemanticSearchResponse;
pub use vector_search::SemanticSearchResultItem;
pub use vector_search::VectorSearchConfig;
pub use vector_search::VectorSearchService;

Modules§

analytics
audit_logger
creator_coordinator
event_coordinator
payment_coordinator
pipeline
projection
replay
schema
tenant_service
vector_search