Uses of Class
io.fabric8.knative.messaging.v1.InMemoryChannelSpec
-
Packages that use InMemoryChannelSpec Package Description io.fabric8.knative.messaging.v1 -
-
Uses of InMemoryChannelSpec in io.fabric8.knative.messaging.v1
Subclasses of InMemoryChannelSpec in io.fabric8.knative.messaging.v1 Modifier and Type Class Description classEditableInMemoryChannelSpecMethods in io.fabric8.knative.messaging.v1 that return InMemoryChannelSpec Modifier and Type Method Description InMemoryChannelSpecInMemoryChannelFluent. buildSpec()InMemoryChannelSpecInMemoryChannelFluentImpl. buildSpec()InMemoryChannelSpecInMemoryChannel. getSpec()InMemoryChannelSpecInMemoryChannelFluent. getSpec()Deprecated.InMemoryChannelSpecInMemoryChannelFluentImpl. getSpec()Deprecated.Methods in io.fabric8.knative.messaging.v1 with parameters of type InMemoryChannelSpec Modifier and Type Method Description InMemoryChannelFluent.SpecNested<A>InMemoryChannelFluent. editOrNewSpecLike(InMemoryChannelSpec item)InMemoryChannelFluent.SpecNested<A>InMemoryChannelFluentImpl. editOrNewSpecLike(InMemoryChannelSpec item)voidInMemoryChannel. setSpec(InMemoryChannelSpec spec)InMemoryChannelFluent.SpecNested<A>InMemoryChannelFluent. withNewSpecLike(InMemoryChannelSpec item)InMemoryChannelFluent.SpecNested<A>InMemoryChannelFluentImpl. withNewSpecLike(InMemoryChannelSpec item)AInMemoryChannelFluent. withSpec(InMemoryChannelSpec spec)AInMemoryChannelFluentImpl. withSpec(InMemoryChannelSpec spec)Constructors in io.fabric8.knative.messaging.v1 with parameters of type InMemoryChannelSpec Constructor Description EditableInMemoryChannel(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, InMemoryChannelSpec spec, InMemoryChannelStatus status)InMemoryChannel(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, InMemoryChannelSpec spec, InMemoryChannelStatus status)InMemoryChannelSpecBuilder(InMemoryChannelSpec instance)InMemoryChannelSpecBuilder(InMemoryChannelSpecFluent<?> fluent, InMemoryChannelSpec instance)InMemoryChannelSpecBuilder(InMemoryChannelSpecFluent<?> fluent, InMemoryChannelSpec instance, Boolean validationEnabled)InMemoryChannelSpecBuilder(InMemoryChannelSpec instance, Boolean validationEnabled)InMemoryChannelSpecFluentImpl(InMemoryChannelSpec instance)
-