public class PunchMeta extends Object
This class is deserialize as a valid json string for logging. An additional field is generated from name, tenant and platformId fields as below:
... "application_runtime_id": "tenant_channel_name" ...
Constructor and Description |
---|
PunchMeta(String name,
String tenant,
String platformId,
String channel,
String version) |
Modifier and Type | Method and Description |
---|---|
String |
applicationId() |
String |
applicationName() |
String |
channel() |
String |
platformId() |
String |
tenant() |
String |
version() |
Copyright © 2014–2023. All rights reserved.