Interface ResourcePath<K>

    • Method Detail

      • hasMultiplePartitionKeys

        default boolean hasMultiplePartitionKeys()
      • getPartitionKey

        default K getPartitionKey()
      • getLocation

        @Nonnull
        java.lang.String getLocation()
      • getPartitionKeys

        @Nonnull
        java.util.Collection<K> getPartitionKeys()
      • getResourceName

        @Nonnull
        java.lang.String getResourceName()
      • setRetryRequest

        default void setRetryRequest​(io.netty.handler.codec.http.HttpResponseStatus status)
        If the inherited class wants to know whether the current path belongs to a retry request or not, it needs to implement this method properly to maintain the internal state.
      • setRetryRequest

        default void setRetryRequest()