Skip to content

metamug/plugin-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages