Interface DeliverySpecFluent<A extends DeliverySpecFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
BrokerSpecFluent.DeliveryNested<N>,ChannelSpecFluent.DeliveryNested<N>,InMemoryChannelSpecFluent.DeliveryNested<N>,KafkaChannelSpecFluent.DeliveryNested<N>,SequenceStepFluent.DeliveryNested<N>,SubscriberSpecFluent.DeliveryNested<N>,SubscriptionSpecFluent.DeliveryNested<N>
- All Known Implementing Classes:
BrokerSpecFluentImpl.DeliveryNestedImpl,ChannelSpecFluentImpl.DeliveryNestedImpl,DeliverySpecBuilder,DeliverySpecFluentImpl,InMemoryChannelSpecFluentImpl.DeliveryNestedImpl,KafkaChannelSpecFluentImpl.DeliveryNestedImpl,SequenceStepFluentImpl.DeliveryNestedImpl,SubscriberSpecFluentImpl.DeliveryNestedImpl,SubscriptionSpecFluentImpl.DeliveryNestedImpl
public interface DeliverySpecFluent<A extends DeliverySpecFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceDeliverySpecFluent.DeadLetterSinkNested<N>
-
Method Summary
-
-
-
Method Detail
-
getBackoffDelay
String getBackoffDelay()
-
hasBackoffDelay
Boolean hasBackoffDelay()
-
withNewBackoffDelay
A withNewBackoffDelay(StringBuilder arg1)
-
withNewBackoffDelay
A withNewBackoffDelay(StringBuffer arg1)
-
getBackoffPolicy
String getBackoffPolicy()
-
hasBackoffPolicy
Boolean hasBackoffPolicy()
-
withNewBackoffPolicy
A withNewBackoffPolicy(StringBuilder arg1)
-
withNewBackoffPolicy
A withNewBackoffPolicy(StringBuffer arg1)
-
getDeadLetterSink
@Deprecated Destination getDeadLetterSink()
Deprecated.This method has been deprecated, please use method buildDeadLetterSink instead.- Returns:
- The buildable object.
-
buildDeadLetterSink
Destination buildDeadLetterSink()
-
withDeadLetterSink
A withDeadLetterSink(Destination deadLetterSink)
-
hasDeadLetterSink
Boolean hasDeadLetterSink()
-
withNewDeadLetterSink
DeliverySpecFluent.DeadLetterSinkNested<A> withNewDeadLetterSink()
-
withNewDeadLetterSinkLike
DeliverySpecFluent.DeadLetterSinkNested<A> withNewDeadLetterSinkLike(Destination item)
-
editDeadLetterSink
DeliverySpecFluent.DeadLetterSinkNested<A> editDeadLetterSink()
-
editOrNewDeadLetterSink
DeliverySpecFluent.DeadLetterSinkNested<A> editOrNewDeadLetterSink()
-
editOrNewDeadLetterSinkLike
DeliverySpecFluent.DeadLetterSinkNested<A> editOrNewDeadLetterSinkLike(Destination item)
-
getRetry
Integer getRetry()
-
hasRetry
Boolean hasRetry()
-
-