public class OneToOneEvent extends Event
A one to one event is an event that has a source (the user id) and a target (the recipient id).
public OneToOneEvent(@NotNull PlayerId userId, @NotNull PlayerId recipientId, @NotNull java.lang.String applicationId)
@NotNull public PlayerId getUserId()
@NotNull public PlayerId getRecipientId()