public class GatewayMetrics extends Object implements org.mule.runtime.api.lifecycle.Disposable
| Constructor and Description |
|---|
GatewayMetrics(Processor<Event> processor) |
| Modifier and Type | Method and Description |
|---|---|
void |
apiDeployed(long apiId,
String apiName,
String domainName) |
void |
apiUndeployed(long apiId) |
void |
dispose() |
void |
gatewayInformation(String runtimeVersion,
String deploymentTarget,
String gatekeeperMode,
boolean clusterMode,
GatewaySecurityInformation gatewaySecurityInformation,
PlatformInformation platformInformation,
AnalyticsInformation analyticsInformation) |
void |
policyDeployed(Long apiId,
String policyId,
String gav,
boolean online) |
void |
policyRemoved(Long apiId,
String policyId,
String gav,
boolean online) |
void |
status(List<AppStatus> apps) |
void |
submit(Event event) |
public void apiUndeployed(long apiId)
public void gatewayInformation(String runtimeVersion, String deploymentTarget, String gatekeeperMode, boolean clusterMode, GatewaySecurityInformation gatewaySecurityInformation, PlatformInformation platformInformation, AnalyticsInformation analyticsInformation)
public void submit(Event event)
public void dispose()
dispose in interface org.mule.runtime.api.lifecycle.DisposableCopyright © 2014–2025 MuleSoft, Inc.. All rights reserved.