public static class ChannelStateListener.ChannelStateChange
extends java.lang.Object
Channel objects.| Modifier and Type | Field and Description |
|---|---|
ChannelState |
current
The new current
ChannelState. |
ChannelEvent |
event
The event that triggered this
ChannelState change. |
ChannelState |
previous
The previous state.
|
ErrorInfo |
reason
An
ErrorInfo object containing any information relating to the transition. |
boolean |
resumed
Indicates whether message continuity on this channel is preserved,
see Nonfatal channel errors for more info.
|
public final ChannelEvent event
ChannelState change.
Spec: TH5
public final ChannelState current
ChannelState.
Spec: RTL2a, RTL2b
public final ChannelState previous
ChannelEvent.update event, this is equal to the current ChannelState.
Spec: RTL2a, RTL2b
public final ErrorInfo reason
ErrorInfo object containing any information relating to the transition.
Spec: RTL2e, TH3
public final boolean resumed
Spec: RTL2f, TH4