
net.sf.jstuff.integration.serviceregistry.impl.ServiceProxyInternal 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 net.sf.jstuff.integration.serviceregistry.ServiceProxy;
/**
* @author Sebastian Thomschke
*/
public interface ServiceProxyInternal extends ServiceProxy {
/**
* called if any service has been made available for the respective serviceEndpointId
*/
void onServiceAvailable();
/**
* called if a service has been removed from the respective serviceEndpointId
*/
void onServiceUnavailable();
int getListenerCount();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy