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;
import io.vertx.up.exception.WebException;

/**
 * Incoming message for request
 *
 * @param 
 */
public interface Income {
    /**
     * request mime analyzing
     *
     * @param context
     * @param event
     * @return
     * @throws WebException
     */
    T in(RoutingContext context, Event event)
            throws WebException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy