@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, setSensitive
public TraceEndpoint(TraceRepository repository)
TraceEndpoint
instance.repository
- the trace repositoryCopyright © 2018 Pivotal Software, Inc.. All rights reserved.