Behaviour for custom routing strategies
@callback route(any(), list()) :: {:ok, any()} | {:error, any()}
@callback strategy_type() :: atom()
@callback targets() :: list()