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

top.fullj.chain.Handler Maven / Gradle / Ivy

package top.fullj.chain;

import javax.annotation.Nonnull;

/**
 * @author bruce.wu
 * @since 2021/6/17 12:29
 */
public interface Handler {

    void handle(@Nonnull T ctx, @Nonnull Chain next);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy