metamug / plugin-example

Example seed project for Metamug Plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Metamug Plugin Example

This is a sample plugin to get started. Metamug API Plugin must be a maven project and must contain Metamug API SDK as a dependency.

This example contains

  • RequestProcessable
  • ResponseProcessable
  • ResultProcessable

Upload Plugin

Download the zip from here and upload it into a running console. http://localhost:7000/console/#/plugin

Metamug API Plugin Example

Invocation

You can declare the execute tag in the resource file to invoke these plugin classes.

<Execute classname="com.metamug.plugin.RequestExample" id="someBusinessLogic" />

Or they can be declared as a part of SQL tag. To know more about metamug api plugins, read the docs here.

About

Example seed project for Metamug Plugins

License:MIT License


Languages

Language:Java 100.0%