IComputeSchema

docDescription: string
shared: boolean
computeName: string
ttl: number
getComputeData: (clientId: string, computeName: string) => T | Promise<T>
dependsOn: string[]
middlewares: IComputeMiddleware<T>[]
callbacks: Partial<IComputeCallbacks<T>>

Optional callbacks for compute lifecycle events. Provides hooks for handling compute updates, data changes, and other lifecycle events.