askill
ecotoneframework

ecotoneframework

Publisher on askill

4 total stars
Skills11
Updated 3/8/2026
GitHub
ecotone-metadata
ecotone-metadata
ecotoneframework3/8/2026

Implements message metadata (headers) in Ecotone: #[Header] and #[Headers] for reading, #[AddHeader]/#[RemoveHeader] for enrichment, changeHeaders in interceptors, automatic propagation from commands...

1
AI 88
ecotone-asynchronous
ecotone-asynchronous
ecotoneframework2/12/2026

Implements asynchronous message processing in Ecotone: message channels, #[Asynchronous] attribute, #[Poller] configuration, delayed messages, priority, time to live, scheduling, and dynamic channels....

1
AI 82
ecotone-module-creator
ecotone-module-creator
ecotoneframework2/12/2026

Scaffolds new Ecotone packages and modules: AnnotationModule pattern, module registration, Configuration building, and package template usage. Use when creating new framework modules, extending the mo...

1
AI 82
ecotone-testing
ecotone-testing
ecotoneframework2/28/2026

Writes and debugs tests for Ecotone using EcotoneLite::bootstrapFlowTesting, inline anonymous classes, and snake_case methods. Covers handler testing, aggregate testing, async-tested-synchronously pat...

1
ecotone-event-sourcing
ecotone-event-sourcing
ecotoneframework2/12/2026

Implements event sourcing in Ecotone: #[Projection] with partitioning and streaming, EventStore configuration, event versioning/upcasting, and Dynamic Consistency Boundary (DCB). Use when building pro...

0
AI 95
ecotone-aggregate
ecotone-aggregate
ecotoneframework2/12/2026

Creates DDD aggregates with #[Aggregate] and #[AggregateIdentifier]: state-stored and event-sourced variants, static factory methods for creation, command handler wiring on aggregates, and aggregate r...

0
AI 88
ecotone-laravel-setup
ecotone-laravel-setup
ecotoneframework2/12/2026

Sets up Ecotone in a Laravel project: composer installation, auto-discovery, config/ecotone.php, Eloquent ORM integration, LaravelConnectionReference for DBAL, Laravel Queue channels, artisan consumer...

0
AI 88
ecotone-handler
ecotone-handler
ecotoneframework2/12/2026

Creates Ecotone message handlers: #[CommandHandler], #[EventHandler], #[QueryHandler] with proper endpointId, routing keys, and return types. Use when creating or modifying command/event/query handler...

0
AI 88
ecotone-distribution
ecotone-distribution
ecotoneframework2/12/2026

Implements distributed messaging between microservices in Ecotone: #[Distributed] attribute for event and command handlers, DistributedBus for cross-service communication, DistributedServiceMap for se...

0
AI 85
ecotone-workflow
ecotone-workflow
ecotoneframework2/12/2026

Implements workflows in Ecotone: Sagas (stateful process managers), stateless workflows with InternalHandler and outputChannelName chaining, and Orchestrators (Enterprise) with routing slip pattern. U...

0
AI 82
ecotone-business-interface
ecotone-business-interface
ecotoneframework2/12/2026

Creates Ecotone business interfaces (gateways): DBAL query interfaces with #[DbalBusinessMethod], repository abstractions, expression language parameters, and media type converters. Use when creating...

0
Showing all 11 skills.