nspukcode
-
- 810 total downloads
- last updated 6/18/2026
- Latest version: 0.2.2-alpha (prerelease)
Zero-dependency contract surface for UKBatch — interfaces, attributes, and DTOs only. Consumed by every other UKBatch.* package. Do not reference UKBatch.Core or any adapter from a consumer that just needs to... More information -
- 759 total downloads
- last updated 6/18/2026
- Latest version: 0.2.2-alpha (prerelease)
In-process runtime for UKBatch — dispatcher, scheduler, executors, in-memory stores and transport. Reference this from UKBatch.AspNetCore consumers; adapter packages reference Abstractions only. -
- 567 total downloads
- last updated 6/18/2026
- Latest version: 0.2.2-alpha (prerelease)
ASP.NET Core integration for UKBatch — HttpContext-aware TriggeredBy enrichment, W3C trace propagation, and a readiness IHealthCheck. Use AddUKBatchAspNetCore on IServiceCollection or WebApplicationBuilder. -
UKBatch.
by: nspukcodeApi - 545 total downloads
- last updated 6/18/2026
- Latest version: 0.2.2-alpha (prerelease)
REST API + OpenAPI 3.1 schema + SignalR push hub for UKBatch. Mounts under any RouteGroupBuilder via MapUKBatchApi. Auth-agnostic — call RequireAuthorization to opt in. -
- 499 total downloads
- last updated 6/18/2026
- Latest version: 0.2.2-alpha (prerelease)
RabbitMQ (AMQP) transport adapter for UKBatch — cross-service ITransport over a broker with durable/persistent messaging, publisher confirms, manual ack, dead-letter queue and request/reply (direct-reply-to).... More information -
- 498 total downloads
- last updated 6/18/2026
- Latest version: 0.2.2-alpha (prerelease)
Worker-mode helper for UKBatch (Server + Workers deployment). One call — builder.UseWorkerMode(...) — turns a microservice into a worker that advertises itself to the UKBatch.Server over an HTTP heartbeat... More information -
- 496 total downloads
- last updated 6/18/2026
- Latest version: 0.2.2-alpha (prerelease)
Blazor Server centralized dashboard for UKBatch services — monitoring, triggering, approvals, and a visual batch editor. Multi-service via IUKBatchServiceRegistry; subscribes to REST + SignalR endpoints exposed... More information -
- 493 total downloads
- last updated 6/18/2026
- Latest version: 0.2.2-alpha (prerelease)
EF Core 10 persistent storage adapter for UKBatch — IJobStore + IBatchDefinitionStore + durable approval gates over PostgreSQL (Npgsql) and SQLite. Plug-in replacement for the in-memory stores so batch... More information -
- 491 total downloads
- last updated 6/18/2026
- Latest version: 0.2.2-alpha (prerelease)
HTTP transport adapter for UKBatch — cross-service ITransport over HMAC-signed REST (POST /publish, GET /poll, POST /invoke). Plug-in replacement for InProcessTransport when microservices need to communicate.