| Package | Description |
|---|---|
| io.fabric8.knative.api.model | |
| io.fabric8.knative.messaging.v1alpha1 |
| Modifier and Type | Method and Description |
|---|---|
InMemoryChannel |
ValidationSchemaFluent.buildInMemoryChannel() |
InMemoryChannel |
KnativeSchemaFluent.buildInMemoryChannel() |
InMemoryChannel |
KnativeSchemaFluentImpl.buildInMemoryChannel() |
InMemoryChannel |
ValidationSchemaFluentImpl.buildInMemoryChannel() |
InMemoryChannel |
ValidationSchema.getInMemoryChannel() |
InMemoryChannel |
ValidationSchemaFluent.getInMemoryChannel()
Deprecated.
|
InMemoryChannel |
KnativeSchema.getInMemoryChannel() |
InMemoryChannel |
KnativeSchemaFluent.getInMemoryChannel()
Deprecated.
|
InMemoryChannel |
KnativeSchemaFluentImpl.getInMemoryChannel()
Deprecated.
|
InMemoryChannel |
ValidationSchemaFluentImpl.getInMemoryChannel()
Deprecated.
|
| Constructor and Description |
|---|
KnativeSchema(Broker broker,
BrokerList brokerList,
Channel channel,
ChannelList channelList,
ClusterChannelProvisioner clusterChannelProvisioner,
ClusterChannelProvisionerList clusterChannelProvisionerList,
Configuration configuration,
ConfigurationList configurationList,
EventType eventType,
EventTypeList eventTypeList,
InMemoryChannel inMemoryChannel,
InMemoryChannelList inMemoryChannelList,
Revision revision,
RevisionList revisionList,
Route route,
RouteList routeList,
Sequence sequence,
SequenceList sequenceList,
Service service,
ServiceList serviceList,
Subscription subscription,
SubscriptionList subscriptionList,
Trigger trigger,
TriggerList triggerList) |
ValidationSchema(Broker broker,
BrokerList brokerList,
Channel channel,
ChannelList channelList,
ClusterChannelProvisioner clusterChannelProvisioner,
ClusterChannelProvisionerList clusterChannelProvisionerList,
Configuration configuration,
ConfigurationList configurationList,
EventType eventType,
EventTypeList eventTypeList,
InMemoryChannel inMemoryChannel,
InMemoryChannelList inMemoryChannelList,
Revision revision,
RevisionList revisionList,
Route route,
RouteList routeList,
Sequence sequence,
SequenceList sequenceList,
Service service,
ServiceList serviceList,
Subscription subscription,
SubscriptionList subscriptionList,
Trigger trigger,
TriggerList triggerList) |
| Modifier and Type | Method and Description |
|---|---|
InMemoryChannel |
InMemoryChannelBuilder.build() |
InMemoryChannel |
InMemoryChannelListFluent.buildFirstItem() |
InMemoryChannel |
InMemoryChannelListFluentImpl.buildFirstItem() |
InMemoryChannel |
InMemoryChannelListFluent.buildItem(int index) |
InMemoryChannel |
InMemoryChannelListFluentImpl.buildItem(int index) |
InMemoryChannel |
InMemoryChannelListFluent.buildLastItem() |
InMemoryChannel |
InMemoryChannelListFluentImpl.buildLastItem() |
InMemoryChannel |
InMemoryChannelListFluent.buildMatchingItem(Predicate<InMemoryChannelBuilder> predicate) |
InMemoryChannel |
InMemoryChannelListFluentImpl.buildMatchingItem(Predicate<InMemoryChannelBuilder> predicate) |
InMemoryChannel |
DoneableInMemoryChannel.done() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<InMemoryChannel> |
InMemoryChannelListFluent.buildItems() |
java.util.List<InMemoryChannel> |
InMemoryChannelListFluentImpl.buildItems() |
java.util.List<InMemoryChannel> |
InMemoryChannelList.getItems() |
java.util.List<InMemoryChannel> |
InMemoryChannelListFluent.getItems()
Deprecated.
|
java.util.List<InMemoryChannel> |
InMemoryChannelListFluentImpl.getItems()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
InMemoryChannelListFluent.ItemsNested<A> |
InMemoryChannelListFluent.addNewItemLike(InMemoryChannel item) |
InMemoryChannelListFluent.ItemsNested<A> |
InMemoryChannelListFluentImpl.addNewItemLike(InMemoryChannel item) |
A |
InMemoryChannelListFluent.addToItems(InMemoryChannel... items) |
A |
InMemoryChannelListFluentImpl.addToItems(InMemoryChannel... items) |
A |
InMemoryChannelListFluent.addToItems(int index,
InMemoryChannel item) |
A |
InMemoryChannelListFluentImpl.addToItems(int index,
InMemoryChannel item) |
A |
InMemoryChannelListFluent.removeFromItems(InMemoryChannel... items) |
A |
InMemoryChannelListFluentImpl.removeFromItems(InMemoryChannel... items) |
InMemoryChannelListFluent.ItemsNested<A> |
InMemoryChannelListFluent.setNewItemLike(int index,
InMemoryChannel item) |
InMemoryChannelListFluent.ItemsNested<A> |
InMemoryChannelListFluentImpl.setNewItemLike(int index,
InMemoryChannel item) |
A |
InMemoryChannelListFluent.setToItems(int index,
InMemoryChannel item) |
A |
InMemoryChannelListFluentImpl.setToItems(int index,
InMemoryChannel item) |
A |
InMemoryChannelListFluent.withItems(InMemoryChannel... items) |
A |
InMemoryChannelListFluentImpl.withItems(InMemoryChannel... items) |
| Modifier and Type | Method and Description |
|---|---|
A |
InMemoryChannelListFluent.addAllToItems(java.util.Collection<InMemoryChannel> items) |
A |
InMemoryChannelListFluentImpl.addAllToItems(java.util.Collection<InMemoryChannel> items) |
A |
InMemoryChannelListFluent.removeAllFromItems(java.util.Collection<InMemoryChannel> items) |
A |
InMemoryChannelListFluentImpl.removeAllFromItems(java.util.Collection<InMemoryChannel> items) |
void |
InMemoryChannelList.setItems(java.util.List<InMemoryChannel> items) |
A |
InMemoryChannelListFluent.withItems(java.util.List<InMemoryChannel> items) |
A |
InMemoryChannelListFluentImpl.withItems(java.util.List<InMemoryChannel> items) |
| Constructor and Description |
|---|
DoneableInMemoryChannel(InMemoryChannel item) |
DoneableInMemoryChannel(InMemoryChannel item,
Function<InMemoryChannel,InMemoryChannel> function) |
InMemoryChannelBuilder(InMemoryChannel instance) |
InMemoryChannelBuilder(InMemoryChannel instance,
java.lang.Boolean validationEnabled) |
InMemoryChannelBuilder(InMemoryChannelFluent<?> fluent,
InMemoryChannel instance) |
InMemoryChannelBuilder(InMemoryChannelFluent<?> fluent,
InMemoryChannel instance,
java.lang.Boolean validationEnabled) |
InMemoryChannelBuilder(InMemoryChannelFluent<?> fluent,
InMemoryChannel instance,
javax.validation.Validator validator) |
InMemoryChannelBuilder(InMemoryChannel instance,
javax.validation.Validator validator) |
InMemoryChannelFluentImpl(InMemoryChannel instance) |
| Constructor and Description |
|---|
DoneableInMemoryChannel(Function<InMemoryChannel,InMemoryChannel> function) |
DoneableInMemoryChannel(Function<InMemoryChannel,InMemoryChannel> function) |
DoneableInMemoryChannel(InMemoryChannel item,
Function<InMemoryChannel,InMemoryChannel> function) |
DoneableInMemoryChannel(InMemoryChannel item,
Function<InMemoryChannel,InMemoryChannel> function) |
InMemoryChannelList(java.lang.String apiVersion,
java.util.List<InMemoryChannel> items,
java.lang.String kind,
ListMeta metadata) |
Copyright © 2015-2019 Red Hat. All Rights Reserved.