Package io.fabric8.knative.messaging.v1
Class EditableInMemoryChannelSpec
- java.lang.Object
-
- io.fabric8.knative.messaging.v1.InMemoryChannelSpec
-
- io.fabric8.knative.messaging.v1.EditableInMemoryChannelSpec
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<InMemoryChannelSpecBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
public class EditableInMemoryChannelSpec extends InMemoryChannelSpec implements io.fabric8.kubernetes.api.builder.Editable<InMemoryChannelSpecBuilder>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EditableInMemoryChannelSpec()No args constructor for use in serializationEditableInMemoryChannelSpec(DeliverySpec delivery, List<SubscriberSpec> subscribers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InMemoryChannelSpecBuilderedit()-
Methods inherited from class io.fabric8.knative.messaging.v1.InMemoryChannelSpec
getAdditionalProperties, getDelivery, getSubscribers, setAdditionalProperty, setDelivery, setSubscribers
-
-
-
-
Constructor Detail
-
EditableInMemoryChannelSpec
public EditableInMemoryChannelSpec()
No args constructor for use in serialization
-
EditableInMemoryChannelSpec
public EditableInMemoryChannelSpec(DeliverySpec delivery, List<SubscriberSpec> subscribers)
- Parameters:
delivery-subscribers-
-
-
Method Detail
-
edit
public InMemoryChannelSpecBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<InMemoryChannelSpecBuilder>
-
-