Skip to content

Commit

Permalink
Add RoutingStrategy method for backwards compatibility (#2533)
Browse files Browse the repository at this point in the history
  • Loading branch information
haroonsherjan authored Jan 10, 2024
1 parent 2f58b07 commit 088fea0
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ import meta::pure::runtime::*;
// =========================================================================================
// Store Mapping Routing Strategy Builder Helper
// =========================================================================================
function meta::pure::router::store::routing::getRoutingStrategyFromMappingAndRuntime(mapping:Mapping[1], runtime:Runtime[1]):StoreMappingRoutingStrategy[1]
{
getRoutingStrategyFromMappingAndRuntime($mapping, $runtime, []);
}

function meta::pure::router::store::routing::getRoutingStrategyFromMappingAndRuntime(mapping:Mapping[1], runtime:Runtime[1], extensions: Extension[*]):StoreMappingRoutingStrategy[1]
{
Expand Down

0 comments on commit 088fea0

Please sign in to comment.