@ConfigurationProperties(prefix="endpoints.trace", ignoreUnknownFields=false) public class TraceEndpoint extends AbstractEndpoint<List<Trace>>
| Constructor and Description |
|---|
TraceEndpoint(TraceRepository repository)
Create a new
TraceEndpoint instance. |
| Modifier and Type | Method and Description |
|---|---|
List<Trace> |
invoke()
Called to invoke the endpoint.
|
getId, isEnabled, isSensitive, setEnabled, setId, setSensitivepublic TraceEndpoint(TraceRepository repository)
TraceEndpoint instance.repository - the trace repositoryCopyright © 2014 Pivotal Software, Inc.. All rights reserved.