public class InMemoryChannelSpecFluentImpl<A extends InMemoryChannelSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements InMemoryChannelSpecFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryChannelSpecFluentImpl.DeliveryNestedImpl<N> |
class |
InMemoryChannelSpecFluentImpl.SubscribersNestedImpl<N> |
InMemoryChannelSpecFluent.DeliveryNested<N>, InMemoryChannelSpecFluent.SubscribersNested<N>| Constructor and Description |
|---|
InMemoryChannelSpecFluentImpl() |
InMemoryChannelSpecFluentImpl(InMemoryChannelSpec instance) |
public InMemoryChannelSpecFluentImpl()
public InMemoryChannelSpecFluentImpl(InMemoryChannelSpec instance)
@Deprecated public DeliverySpec getDelivery()
getDelivery in interface InMemoryChannelSpecFluent<A extends InMemoryChannelSpecFluent<A>>public DeliverySpec buildDelivery()
buildDelivery in interface InMemoryChannelSpecFluent<A extends InMemoryChannelSpecFluent<A>>public A withDelivery(DeliverySpec delivery)
withDelivery in interface InMemoryChannelSpecFluent<A extends InMemoryChannelSpecFluent<A>>public Boolean hasDelivery()
hasDelivery in interface InMemoryChannelSpecFluent<A extends InMemoryChannelSpecFluent<A>>public InMemoryChannelSpecFluent.DeliveryNested<A> withNewDelivery()
withNewDelivery in interface InMemoryChannelSpecFluent<A extends InMemoryChannelSpecFluent<A>>public InMemoryChannelSpecFluent.DeliveryNested<A> withNewDeliveryLike(DeliverySpec item)
withNewDeliveryLike in interface InMemoryChannelSpecFluent<A extends InMemoryChannelSpecFluent<A>>public InMemoryChannelSpecFluent.DeliveryNested<A> editDelivery()
editDelivery in interface InMemoryChannelSpecFluent<A extends InMemoryChannelSpecFluent<A>>public InMemoryChannelSpecFluent.DeliveryNested<A> editOrNewDelivery()
editOrNewDelivery in interface InMemoryChannelSpecFluent<A extends InMemoryChannelSpecFluent<A>>public InMemoryChannelSpecFluent.DeliveryNested<A> editOrNewDeliveryLike(DeliverySpec item)
editOrNewDeliveryLike in interface InMemoryChannelSpecFluent<A extends InMemoryChannelSpecFluent<A>>public A addToSubscribers(int index, SubscriberSpec item)
addToSubscribers in interface InMemoryChannelSpecFluent<A extends InMemoryChannelSpecFluent<A>>public A setToSubscribers(int index, SubscriberSpec item)
setToSubscribers in interface InMemoryChannelSpecFluent<A extends InMemoryChannelSpecFluent<A>>public A addToSubscribers(SubscriberSpec... items)
addToSubscribers in interface InMemoryChannelSpecFluent<A extends InMemoryChannelSpecFluent<A>>public A addAllToSubscribers(Collection<SubscriberSpec> items)
addAllToSubscribers in interface InMemoryChannelSpecFluent<A extends InMemoryChannelSpecFluent<A>>public A removeFromSubscribers(SubscriberSpec... items)
removeFromSubscribers in interface InMemoryChannelSpecFluent<A extends InMemoryChannelSpecFluent<A>>public A removeAllFromSubscribers(Collection<SubscriberSpec> items)
removeAllFromSubscribers in interface InMemoryChannelSpecFluent<A extends InMemoryChannelSpecFluent<A>>public A removeMatchingFromSubscribers(Predicate<SubscriberSpecBuilder> predicate)
removeMatchingFromSubscribers in interface InMemoryChannelSpecFluent<A extends InMemoryChannelSpecFluent<A>>@Deprecated public List<SubscriberSpec> getSubscribers()
getSubscribers in interface InMemoryChannelSpecFluent<A extends InMemoryChannelSpecFluent<A>>public List<SubscriberSpec> buildSubscribers()
buildSubscribers in interface InMemoryChannelSpecFluent<A extends InMemoryChannelSpecFluent<A>>public SubscriberSpec buildSubscriber(int index)
buildSubscriber in interface InMemoryChannelSpecFluent<A extends InMemoryChannelSpecFluent<A>>public SubscriberSpec buildFirstSubscriber()
buildFirstSubscriber in interface InMemoryChannelSpecFluent<A extends InMemoryChannelSpecFluent<A>>public SubscriberSpec buildLastSubscriber()
buildLastSubscriber in interface InMemoryChannelSpecFluent<A extends InMemoryChannelSpecFluent<A>>public SubscriberSpec buildMatchingSubscriber(Predicate<SubscriberSpecBuilder> predicate)
buildMatchingSubscriber in interface InMemoryChannelSpecFluent<A extends InMemoryChannelSpecFluent<A>>public Boolean hasMatchingSubscriber(Predicate<SubscriberSpecBuilder> predicate)
hasMatchingSubscriber in interface InMemoryChannelSpecFluent<A extends InMemoryChannelSpecFluent<A>>public A withSubscribers(List<SubscriberSpec> subscribers)
withSubscribers in interface InMemoryChannelSpecFluent<A extends InMemoryChannelSpecFluent<A>>public A withSubscribers(SubscriberSpec... subscribers)
withSubscribers in interface InMemoryChannelSpecFluent<A extends InMemoryChannelSpecFluent<A>>public Boolean hasSubscribers()
hasSubscribers in interface InMemoryChannelSpecFluent<A extends InMemoryChannelSpecFluent<A>>public InMemoryChannelSpecFluent.SubscribersNested<A> addNewSubscriber()
addNewSubscriber in interface InMemoryChannelSpecFluent<A extends InMemoryChannelSpecFluent<A>>public InMemoryChannelSpecFluent.SubscribersNested<A> addNewSubscriberLike(SubscriberSpec item)
addNewSubscriberLike in interface InMemoryChannelSpecFluent<A extends InMemoryChannelSpecFluent<A>>public InMemoryChannelSpecFluent.SubscribersNested<A> setNewSubscriberLike(int index, SubscriberSpec item)
setNewSubscriberLike in interface InMemoryChannelSpecFluent<A extends InMemoryChannelSpecFluent<A>>public InMemoryChannelSpecFluent.SubscribersNested<A> editSubscriber(int index)
editSubscriber in interface InMemoryChannelSpecFluent<A extends InMemoryChannelSpecFluent<A>>public InMemoryChannelSpecFluent.SubscribersNested<A> editFirstSubscriber()
editFirstSubscriber in interface InMemoryChannelSpecFluent<A extends InMemoryChannelSpecFluent<A>>public InMemoryChannelSpecFluent.SubscribersNested<A> editLastSubscriber()
editLastSubscriber in interface InMemoryChannelSpecFluent<A extends InMemoryChannelSpecFluent<A>>public InMemoryChannelSpecFluent.SubscribersNested<A> editMatchingSubscriber(Predicate<SubscriberSpecBuilder> predicate)
editMatchingSubscriber in interface InMemoryChannelSpecFluent<A extends InMemoryChannelSpecFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.