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

com.github.andyshao.io.MessageProcess Maven / Gradle / Ivy

The newest version!
package com.github.andyshao.io;

/**
 * 
 * Title:
* Descript:
* Copyright: Copryright(c) Nov 4, 2015
* Encoding:UNIX UTF-8 * * @author Andy.Shao * */ @FunctionalInterface public interface MessageProcess { /** * Process the message * * @param context the message context * @throws Exception any kinds of exception */ public void process(MessageContext context) throws Exception; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy