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

com.github.edgar615.util.eventbus.EventConsumer Maven / Gradle / Ivy

There is a newer version: 1.0.11
Show newest version
package com.github.edgar615.util.eventbus;

import java.util.function.BiPredicate;

/**
 * Created by Edgar on 2017/4/18.
 *
 * @author Edgar  Date 2017/4/18
 */
public interface EventConsumer {
  void consumer(BiPredicate predicate, EventHandler handler);

  void consumer(String topic, String resource, EventHandler handler);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy