com.github.andyshao.io.MessageProcess Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Gear Show documentation
Show all versions of Gear Show documentation
Enhance and formating the coding of JDK
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