Interface InMemoryEventMapper
-
- All Known Implementing Classes:
InMemoryEventMapperImpl
public interface InMemoryEventMapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default org.opennms.integration.api.v1.model.Severity
map(String severity)
org.opennms.integration.api.v1.model.immutables.ImmutableInMemoryEvent
map(Event event)
-