Skip to content

Toro Cloud Dev Center


Martini endpoints

Endpoints are listeners triggered by events. They enable application requirements where the system needs to consume and execute a specific logic (encapsulated in a service) when an event is triggered. Each endpoint has a lifecycle bound to the package it resides in.

Martini ships with endpoint types that support events triggered from various sources:

The platform also provides auxiliary endpoints for:

Continue reading this section to see a more detailed guide for each endpoint type.