public abstract class IntegrationComponentSpec<S extends IntegrationComponentSpec<S,T>,T>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
id |
protected T |
target |
| Constructor and Description |
|---|
IntegrationComponentSpec() |
| Modifier and Type | Method and Description |
|---|---|
protected S |
_this() |
protected abstract T |
doGet() |
T |
get() |
protected S |
id(java.lang.String id) |
protected volatile T target
protected java.lang.String id