JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
io.avaje.jex
Package
io.avaje.jex
Interface Plugin
All Known Implementing Classes:
HealthPlugin
public interface
Plugin
A plugin that can register things like routes, exception handlers etc.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
apply
(
Jex
jex)
Register the plugin features with jex.
Method Details
apply
void
apply
(
Jex
jex)
Register the plugin features with jex.