Package | Description |
---|---|
io.fabric8.cdi.bean |
Modifier and Type | Method and Description |
---|---|
static <S> ServiceBean<S> |
ServiceBean.anyBean(String id,
String protocol,
String port,
String path,
Boolean endpoint,
Boolean external,
Type type) |
ServiceBean |
ServiceBean.Callback.apply(ServiceBean bean) |
static <S> ServiceBean<S> |
ServiceBean.getBean(String name,
String protocol,
String port,
String path,
String alias,
Boolean endpoint,
Boolean external,
Type 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.