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

com.github.houbb.lock.api.core.ILockReleaseFailHandler Maven / Gradle / Ivy

package com.github.houbb.lock.api.core;

/**
 * 释放锁失败处理类
 *
 * @author binbin.hou
 * @since 1.2.0
 */
public interface ILockReleaseFailHandler {

    /**
     * 处理
     * @param context 上下文
     * @since 1.2.0
     */
    void handle(ILockReleaseFailHandlerContext context);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy