Interface InMemoryEventMapper
-
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(java.lang.String severity)
org.opennms.integration.api.v1.model.immutables.ImmutableInMemoryEvent
map(Event event)
-
-
-
Method Detail
-
map
org.opennms.integration.api.v1.model.immutables.ImmutableInMemoryEvent map(Event event)
-
map
default org.opennms.integration.api.v1.model.Severity map(java.lang.String severity)
-
-