@ConfigurationProperties(prefix="endpoints.trace") 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.
|
getEnvironment, getId, isEnabled, isSensitive, setEnabled, setEnvironment, setId, setSensitivepublic TraceEndpoint(TraceRepository repository)
TraceEndpoint instance.repository - the trace repositoryCopyright © 2017 Pivotal Software, Inc.. All rights reserved.