Uses of Class
io.fabric8.knative.messaging.v1.InMemoryChannel
-
Packages that use InMemoryChannel Package Description io.fabric8.knative.messaging.v1 -
-
Uses of InMemoryChannel in io.fabric8.knative.messaging.v1
Subclasses of InMemoryChannel in io.fabric8.knative.messaging.v1 Modifier and Type Class Description classEditableInMemoryChannelMethods in io.fabric8.knative.messaging.v1 that return InMemoryChannel Modifier and Type Method Description InMemoryChannelInMemoryChannelListFluent. buildFirstItem()InMemoryChannelInMemoryChannelListFluentImpl. buildFirstItem()InMemoryChannelInMemoryChannelListFluent. buildItem(int index)InMemoryChannelInMemoryChannelListFluentImpl. buildItem(int index)InMemoryChannelInMemoryChannelListFluent. buildLastItem()InMemoryChannelInMemoryChannelListFluentImpl. buildLastItem()InMemoryChannelInMemoryChannelListFluent. buildMatchingItem(Predicate<InMemoryChannelBuilder> predicate)InMemoryChannelInMemoryChannelListFluentImpl. buildMatchingItem(Predicate<InMemoryChannelBuilder> predicate)Methods in io.fabric8.knative.messaging.v1 that return types with arguments of type InMemoryChannel Modifier and Type Method Description List<InMemoryChannel>InMemoryChannelListFluent. buildItems()List<InMemoryChannel>InMemoryChannelListFluentImpl. buildItems()List<InMemoryChannel>InMemoryChannelList. getItems()List<InMemoryChannel>InMemoryChannelListFluent. getItems()Deprecated.List<InMemoryChannel>InMemoryChannelListFluentImpl. getItems()Deprecated.Methods in io.fabric8.knative.messaging.v1 with parameters of type InMemoryChannel Modifier and Type Method Description InMemoryChannelListFluent.ItemsNested<A>InMemoryChannelListFluent. addNewItemLike(InMemoryChannel item)InMemoryChannelListFluent.ItemsNested<A>InMemoryChannelListFluentImpl. addNewItemLike(InMemoryChannel item)AInMemoryChannelListFluent. addToItems(int index, InMemoryChannel item)AInMemoryChannelListFluent. addToItems(InMemoryChannel... items)AInMemoryChannelListFluentImpl. addToItems(int index, InMemoryChannel item)AInMemoryChannelListFluentImpl. addToItems(InMemoryChannel... items)AInMemoryChannelListFluent. removeFromItems(InMemoryChannel... items)AInMemoryChannelListFluentImpl. removeFromItems(InMemoryChannel... items)InMemoryChannelListFluent.ItemsNested<A>InMemoryChannelListFluent. setNewItemLike(int index, InMemoryChannel item)InMemoryChannelListFluent.ItemsNested<A>InMemoryChannelListFluentImpl. setNewItemLike(int index, InMemoryChannel item)AInMemoryChannelListFluent. setToItems(int index, InMemoryChannel item)AInMemoryChannelListFluentImpl. setToItems(int index, InMemoryChannel item)AInMemoryChannelListFluent. withItems(InMemoryChannel... items)AInMemoryChannelListFluentImpl. withItems(InMemoryChannel... items)Method parameters in io.fabric8.knative.messaging.v1 with type arguments of type InMemoryChannel Modifier and Type Method Description AInMemoryChannelListFluent. addAllToItems(Collection<InMemoryChannel> items)AInMemoryChannelListFluentImpl. addAllToItems(Collection<InMemoryChannel> items)AInMemoryChannelListFluent. removeAllFromItems(Collection<InMemoryChannel> items)AInMemoryChannelListFluentImpl. removeAllFromItems(Collection<InMemoryChannel> items)voidInMemoryChannelList. setItems(List<InMemoryChannel> items)AInMemoryChannelListFluent. withItems(List<InMemoryChannel> items)AInMemoryChannelListFluentImpl. withItems(List<InMemoryChannel> items)Constructors in io.fabric8.knative.messaging.v1 with parameters of type InMemoryChannel Constructor Description InMemoryChannelBuilder(InMemoryChannel instance)InMemoryChannelBuilder(InMemoryChannelFluent<?> fluent, InMemoryChannel instance)InMemoryChannelBuilder(InMemoryChannelFluent<?> fluent, InMemoryChannel instance, Boolean validationEnabled)InMemoryChannelBuilder(InMemoryChannel instance, Boolean validationEnabled)InMemoryChannelFluentImpl(InMemoryChannel instance)Constructor parameters in io.fabric8.knative.messaging.v1 with type arguments of type InMemoryChannel Constructor Description EditableInMemoryChannelList(String apiVersion, List<InMemoryChannel> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)InMemoryChannelList(String apiVersion, List<InMemoryChannel> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-