Class AbstractRuleWithContentBuilder<SELF extends AbstractRuleWithContentBuilder<SELF,T>,T extends Response>

java.lang.Object
com.linecorp.armeria.client.AbstractRuleBuilder<SELF>
com.linecorp.armeria.client.AbstractRuleWithContentBuilder<SELF,T>
Type Parameters:
T - the response type
Direct Known Subclasses:
CircuitBreakerRuleWithContentBuilder, RetryRuleWithContentBuilder

@UnstableApi public abstract class AbstractRuleWithContentBuilder<SELF extends AbstractRuleWithContentBuilder<SELF,T>,T extends Response> extends AbstractRuleBuilder<SELF>
A skeletal builder implementation for RetryRuleWithContent and CircuitBreakerRuleWithContent.