pub struct ProjectionApplicationService<W, P, C> { /* private fields */ }Implementations§
Source§impl<W, P, C> ProjectionApplicationService<W, P, C>where
W: ProjectionWriter + Send + Sync,
P: ProcessedEventStore + Send + Sync,
C: ProjectionCheckpointStore + Send + Sync,
impl<W, P, C> ProjectionApplicationService<W, P, C>where
W: ProjectionWriter + Send + Sync,
P: ProcessedEventStore + Send + Sync,
C: ProjectionCheckpointStore + Send + Sync,
Trait Implementations§
Source§impl<W, P, C> ProjectionEventHandler for ProjectionApplicationService<W, P, C>where
W: ProjectionWriter + Send + Sync,
P: ProcessedEventStore + Send + Sync,
C: ProjectionCheckpointStore + Send + Sync,
impl<W, P, C> ProjectionEventHandler for ProjectionApplicationService<W, P, C>where
W: ProjectionWriter + Send + Sync,
P: ProcessedEventStore + Send + Sync,
C: ProjectionCheckpointStore + Send + Sync,
async fn handle_projection_event( &self, request: ProjectionHandlingRequest, ) -> Result<ProjectionHandlingResult, PortError>
Auto Trait Implementations§
impl<W, P, C> Freeze for ProjectionApplicationService<W, P, C>
impl<W, P, C> RefUnwindSafe for ProjectionApplicationService<W, P, C>
impl<W, P, C> Send for ProjectionApplicationService<W, P, C>
impl<W, P, C> Sync for ProjectionApplicationService<W, P, C>
impl<W, P, C> Unpin for ProjectionApplicationService<W, P, C>
impl<W, P, C> UnsafeUnpin for ProjectionApplicationService<W, P, C>
impl<W, P, C> UnwindSafe for ProjectionApplicationService<W, P, C>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more