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

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

There is a newer version: 0.9.0
Show newest version
package io.vertx.up.uca.web.anima;

import io.vertx.up.eon.em.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