接口 DeltaResource<T>

  • 所有已知实现类:
    DeltaEndpoint, DeltaListener, DeltaRoute

    public interface DeltaResource<T>
    A interface for resources in xDS, which can be updated by ADS delta stream
    This interface is design to unify the way of fetching data in delta stream in PilotExchanger
    • 方法详细资料

      • getResource

        T getResource()
        Get resource from delta stream
        返回:
        the newest resource from stream