Java源码示例:org.apache.rocketmq.broker.plugin.MessageStorePluginContext

示例1
public DeFiPluginMessageStore(MessageStorePluginContext context, MessageStore next) {
    super(context, next);
    this.next = next;
    this.context = context;
}