Skip to Content
MinceAPIIntroduction

API Reference

Welcome to the Mince API reference. This section provides a detailed, technical breakdown of the functions, methods, and objects available in the Mince framework.

For more detailed explanations and best practices, please see the Guides.

Framework

  • Core API: Core functions for loading and accessing modules.
  • Module API: Special lifecycle methods for Mince modules.

Components

Networking

  • Event API: For one-way, real-time communication.
  • Function API: For request/response style communication.
  • State API: For synchronizing complex data structures.

Parallel

  • Agent API: For stateful, persistent parallel entities.
  • Worker API: For stateless, parallel job processing.
Last updated on