com.fireflysource.common.actor.Dispatcher Maven / Gradle / Ivy
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 - 2025 Weber Informatics LLC | Privacy Policy