public static interface SessionEvent.StopStatus extends SessionEvent
SessionEvent.ConnectionLost, SessionEvent.HostHealthRestored, SessionEvent.HostUnhealthy, SessionEvent.Reconnected, SessionEvent.SlowConsumerHighWatermark, SessionEvent.SlowConsumerNormal, SessionEvent.StartStatus, SessionEvent.StateRestored, SessionEvent.StopStatus, SessionEvent.Type
Modifier and Type | Method and Description |
---|---|
ResultCodes.GenericResult |
result()
Returns a result of the
AbstractSession.stopAsync(java.time.Duration) operation. |
default SessionEvent.Type |
type()
Returns event type,
SessionEvent.Type.STOP_STATUS_SESSION_EVENT by default |
default SessionEvent.Type type()
SessionEvent.Type.STOP_STATUS_SESSION_EVENT
by defaulttype
in interface SessionEvent
SessionEvent.Type.STOP_STATUS_SESSION_EVENT
ResultCodes.GenericResult result()
AbstractSession.stopAsync(java.time.Duration)
operation.Copyright © 2023 Bloomberg L.P.. All rights reserved.