Interface DefaultHandler

All Superinterfaces:
org.spincast.core.routing.Handler<org.spincast.core.exchange.DefaultRequestContext>

public interface DefaultHandler extends org.spincast.core.routing.Handler<org.spincast.core.exchange.DefaultRequestContext>
Default route handler.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(org.spincast.core.exchange.DefaultRequestContext context)
     
  • Method Details

    • handle

      void handle(org.spincast.core.exchange.DefaultRequestContext context)
      Specified by:
      handle in interface org.spincast.core.routing.Handler<org.spincast.core.exchange.DefaultRequestContext>