com.raynigon.ecs.logging.converter.EventConverter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ecs-logging-base Show documentation
Show all versions of ecs-logging-base Show documentation
The ecs-logging-base is a part of the unit-api
The newest version!
package com.raynigon.ecs.logging.converter;
import com.raynigon.ecs.logging.event.EcsLogEvent;
public interface EventConverter {
O convert(I event);
}