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

org.wildfly.clustering.singleton.service.SingletonService Maven / Gradle / Ivy

There is a newer version: 34.0.1.Final
Show newest version
/*
 * Copyright The WildFly Authors
 * SPDX-License-Identifier: Apache-2.0
 */

package org.wildfly.clustering.singleton.service;

import org.jboss.msc.Service;
import org.wildfly.clustering.singleton.Singleton;

/**
 * Implemented by the instrumented singleton service.
 * @author Paul Ferraro
 */
public interface SingletonService extends Singleton, Service {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy