public class GatewayInformation extends Event
| Constructor and Description |
|---|
GatewayInformation() |
GatewayInformation(String runtimeVersion,
String deploymentTarget,
String gatekeeperMode,
boolean clusterMode,
GatewaySecurityInformation gatewaySecurityInformation,
PlatformInformation platformInformation,
AnalyticsInformation analyticsInformation,
long time) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(EventVisitor<T> visitor) |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
public GatewayInformation()
public GatewayInformation(String runtimeVersion, String deploymentTarget, String gatekeeperMode, boolean clusterMode, GatewaySecurityInformation gatewaySecurityInformation, PlatformInformation platformInformation, AnalyticsInformation analyticsInformation, long time)
public <T> T accept(EventVisitor<T> visitor)
Copyright © 2014–2025 MuleSoft, Inc.. All rights reserved.