Interface NodeServicePointHolder

All Known Implementing Classes:
NodeServicePointHolderImpl

public interface NodeServicePointHolder
Holder service point for necessary service points in Nodes
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    get(Class<T> serviceClass)
    Get the service point for the given interface class.
  • Method Details

    • get

      <T> T get(Class<T> serviceClass)
      Get the service point for the given interface class.
      Parameters:
      serviceClass - The interface class.
      Returns:
      the service point.