Skip to content

Instantly share code, notes, and snippets.

@marianogonzalez
Last active October 13, 2015 03:57
Show Gist options
  • Save marianogonzalez/4135689 to your computer and use it in GitHub Desktop.
Save marianogonzalez/4135689 to your computer and use it in GitHub Desktop.
<flow name="createTask">
<http:inbound-endpoint exchange-pattern="request-response"
host="localhost"
port="${http.port}" path="createTask" />
<custom-transformer class="org.mule.sample.CreateTaskConnector" />
<google-tasks:insert-task config-ref="Google_Tasks_Connector" />
</flow>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment