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

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

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

import com.github.edgar615.util.event.Event;

public interface Partitioner {

  int partition(Event event);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy