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

    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.