Protocol
AnyAsyncModelResponder
protocol AnyAsyncModelResponder : AnyModelResponder
Topics
Instance Methods
func create(any AnyModel, on: any Database) async throwsfunc delete(any AnyModel, force: Bool, on: any Database) async throwsfunc handle(ModelEvent, any AnyModel, on: any Database) async throwsfunc restore(any AnyModel, on: any Database) async throwsfunc softDelete(any AnyModel, on: any Database) async throwsfunc update(any AnyModel, on: any Database) async throws
Relationships
Inherits From
AnyModelResponderSwift.SendableSwift.SendableMetatype