
net.sf.jstuff.integration.serviceregistry.impl.DefaultServiceRegistryMBean Maven / Gradle / Ivy
/*
* Copyright 2010-2022 by Sebastian Thomschke and contributors.
* SPDX-License-Identifier: EPL-2.0
*/
package net.sf.jstuff.integration.serviceregistry.impl;
import java.util.Set;
/**
* @author Sebastian Thomschke
*/
public interface DefaultServiceRegistryMBean {
Set getServiceEndpointIds();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy