All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.vertx.up.uca.rs.mime.parse.Income Maven / Gradle / Ivy

There is a newer version: 0.9.0
Show newest version
package io.vertx.up.uca.rs.mime.parse;

import io.vertx.ext.web.RoutingContext;
import io.vertx.up.atom.agent.Event;

/**
 * # 「Co」Zero Framework for MIME parsing
 *
 * Incoming message for request
 *
 * @param  generic class type
 */
public interface Income {
    /**
     * request mime analyzing
     *
     * @param context RoutingContext environment here
     * @param event   Event definition for method declared.
     *
     * @return Extract `T` processing
     */
    T in(RoutingContext context, Event event);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy