@Value.Immutable public interface IntegrationDeploymentMetrics extends Serializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
IntegrationDeploymentMetrics.Builder |
| Modifier and Type | Method and Description |
|---|---|
Long |
getErrors()
Number of messages that resulted in error.
|
Optional<Instant> |
getLastProcessed()
Last message timestamp.
|
Long |
getMessages()
Number of successful messages.
|
Optional<Instant> |
getStart()
Most recent start time of the integration.
|
Long |
getUptimeDuration()
Uptime.
|
String |
getVersion() |
String getVersion()
Long getMessages()
Long getErrors()
Optional<Instant> getStart()
Optional<Instant> getLastProcessed()
Long getUptimeDuration()
Copyright © 2016–2021 Red Hat. All rights reserved.