Interface ClientFeedbackGenerator

All Superinterfaces:
Serializable

public interface ClientFeedbackGenerator extends Serializable
Generator responsible to provide ClientFeedback for a list of chunkables before they gets added into the DataSource
Supported API: true

Extendable: true
  • Method Summary

    Modifier and Type
    Method
    Description
    List<? extends ClientFeedback>
    getClientFeedback(List<? extends com.ptc.mvc.ds.client.Chunkable> chunkables)
    Return the List of ClientFeedback for the given chunkables

    Supported API: true
  • Method Details

    • getClientFeedback

      List<? extends ClientFeedback> getClientFeedback(List<? extends com.ptc.mvc.ds.client.Chunkable> chunkables)
      Return the List of ClientFeedback for the given chunkables

      Supported API: true
      Parameters:
      chunkables -
      Returns: