| Package | Description |
|---|---|
| io.fabric8.cdi.bean |
| Modifier and Type | Method and Description |
|---|---|
static <S> ServiceBean<S> |
ServiceBean.anyBean(String id,
String protocol,
String port,
Boolean external,
Class<S> type) |
ServiceBean |
ServiceBean.Callback.apply(ServiceBean bean) |
static <S> ServiceBean<S> |
ServiceBean.getBean(String name,
String protocol,
String alias,
String port,
Boolean external,
Class<S> type) |
ServiceBean |
ServiceBean.withProducer(javax.enterprise.inject.spi.Producer producer) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<ServiceBean> |
ServiceBean.getBeans() |
| Modifier and Type | Method and Description |
|---|---|
ServiceBean |
ServiceBean.Callback.apply(ServiceBean bean) |
Copyright © 2011–2015 Red Hat. All rights reserved.