Interface ServiceProxyInternal<T>

All Superinterfaces:
ServiceProxy<T>
All Known Implementing Classes:
DefaultServiceProxyAdvice

public interface ServiceProxyInternal<T> extends ServiceProxy<T>
Author:
Sebastian Thomschke
  • Method Details

    • onServiceAvailable

      void onServiceAvailable()
      called if any service has been made available for the respective serviceEndpointId
    • onServiceUnavailable

      void onServiceUnavailable()
      called if a service has been removed from the respective serviceEndpointId
    • getListenerCount

      int getListenerCount()