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

io.imast.work4j.model.cluster.WorkerActivity Maven / Gradle / Ivy

There is a newer version: 0.0.1.PREVIEW
Show newest version
package io.imast.work4j.model.cluster;

/**
 * The types of worker activities
 * 
 * @author davitp
 */
public enum WorkerActivity {
    
    /**
     * The worker registration activity 
     */
    REGISTER,
    
    /**
     *
     * Worker heartbeat indicates health of worker
     */
    HEARTBEAT,
    
    /**
     * Worker sent the signal about shutting down
     */
    SHUTDOWN
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy