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

com.fireflysource.common.actor.Dispatcher Maven / Gradle / Ivy

The newest version!
package com.fireflysource.common.actor;

/**
 * The actor dispatcher.
 */
public interface Dispatcher {

    /**
     * Dispatch the message process task.
     *
     * @param runnable The message process task.
     */
    void dispatch(Runnable runnable);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy