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

io.vertx.up.uca.web.anima.DetectScatter Maven / Gradle / Ivy

The newest version!
package io.vertx.up.uca.web.anima;

import io.horizon.eon.em.container.MessageModel;

import java.util.HashSet;
import java.util.Set;

/**
 * Service discovery usage.
 */
public class DetectScatter extends WorkerScatter {

    @Override
    protected Set getModel() {
        return new HashSet() {
            {
                add(MessageModel.DISCOVERY_PUBLISH);
            }
        };
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy