Interface Income<T>

Type Parameters:
T - generic class type
All Known Subinterfaces:
Analyzer
All Known Implementing Classes:
EpsilonIncome, MediaAnalyzer

public interface Income<T>
# 「Co」Zero Framework for MIME parsing Incoming message for request
  • Method Summary

    Modifier and Type
    Method
    Description
    in(io.vertx.ext.web.RoutingContext context, Event event)
    request mime analyzing
  • Method Details

    • in

      T in(io.vertx.ext.web.RoutingContext context, Event event)
      request mime analyzing
      Parameters:
      context - RoutingContext environment here
      event - Event definition for method declared.
      Returns:
      Extract `T` processing