com.alibaba.rocketmq.common.hook
接口 FilterCheckHook


public interface FilterCheckHook

确认消息是否需要过滤 Hook

从以下版本开始:
2014-3-19
作者:
manhong.yqd

方法摘要
 String hookName()
           
 boolean isFilterMatched(boolean isUnitMode, ByteBuffer byteBuffer)
           
 

方法详细信息

hookName

String hookName()

isFilterMatched

boolean isFilterMatched(boolean isUnitMode,
                        ByteBuffer byteBuffer)


Copyright © 2012-2015. All Rights Reserved.