public class EventMapper extends Object implements EventVisitor<EventDto>
| Constructor and Description |
|---|
EventMapper(String uuid,
String orgId) |
| Modifier and Type | Method and Description |
|---|---|
String |
serialize(List<Event> events) |
EventDto |
visit(ApiDeployed apiDeployed) |
EventDto |
visit(ApiUndeployed apiUndeployed) |
EventDto |
visit(GatewayInformation gatewayInformation) |
EventDto |
visit(GatewayStatus gatewayStatus) |
EventDto |
visit(PolicyApplied policyApplied) |
EventDto |
visit(PolicyRemoved policyRemoved) |
public String serialize(List<Event> events) throws com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.core.JsonProcessingExceptionpublic EventDto visit(ApiDeployed apiDeployed)
visit in interface EventVisitor<EventDto>public EventDto visit(ApiUndeployed apiUndeployed)
visit in interface EventVisitor<EventDto>public EventDto visit(GatewayInformation gatewayInformation)
visit in interface EventVisitor<EventDto>public EventDto visit(GatewayStatus gatewayStatus)
visit in interface EventVisitor<EventDto>public EventDto visit(PolicyApplied policyApplied)
visit in interface EventVisitor<EventDto>public EventDto visit(PolicyRemoved policyRemoved)
visit in interface EventVisitor<EventDto>Copyright © 2014–2025 MuleSoft, Inc.. All rights reserved.