public class SessionEvent extends io.atomix.utils.event.AbstractEvent<SessionEvent.Type,Session>
| Modifier and Type | Class and Description |
|---|---|
static class |
SessionEvent.Type
Raft session type.
|
| Constructor and Description |
|---|
SessionEvent(SessionEvent.Type type,
Session subject) |
SessionEvent(SessionEvent.Type type,
Session subject,
long time) |
public SessionEvent(SessionEvent.Type type, Session subject)
public SessionEvent(SessionEvent.Type type, Session subject, long time)
Copyright © 2013–2018. All rights reserved.