public interface CdiSilverService extends ProvidingSilverService
| Modifier and Type | Field and Description |
|---|---|
static String |
BEAN_MANAGER
Context property where the bean manager is stored.
|
static String |
CDI_CONTAINER
Context property where the CDI container is stored.
|
static String |
CDI_REST_HOST
Host on which the CDI REST interface should listen.
|
static String |
CDI_REST_PORT
Port on which the CDI REST interface should listen.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
findByType(Class<T> type)
Looks up the given bean type in CDI.
|
boolean |
isDeployed() |
lookupLocalMicroservice, lookupMicroservicegetContextstatic final String BEAN_MANAGER
static final String CDI_CONTAINER
static final String CDI_REST_PORT
static final String CDI_REST_HOST
boolean isDeployed()
<T> T findByType(Class<T> type)
T - Type of the bean to return.type - The type to search for.Copyright © 2015–2016 px3. All rights reserved.