Interface StreamingEndpoint.UpdateStages.WithMaxCacheAge

All Known Subinterfaces:
StreamingEndpoint.Update
Enclosing interface:
StreamingEndpoint.UpdateStages

public static interface StreamingEndpoint.UpdateStages.WithMaxCacheAge
The stage of the StreamingEndpoint update allowing to specify maxCacheAge.
  • Method Details

    • withMaxCacheAge

      StreamingEndpoint.Update withMaxCacheAge(Long maxCacheAge)
      Specifies the maxCacheAge property: Max cache age.
      Parameters:
      maxCacheAge - Max cache age.
      Returns:
      the next definition stage.