Interface Middleware


public interface Middleware
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    handle(Route currentRoute, Route nextRoute, Object arguments)
     
  • Method Details

    • handle

      boolean handle(Route currentRoute, Route nextRoute, Object arguments)