public interface SessionEvent extends Event
Modifier and Type | Interface and Description |
---|---|
static interface |
SessionEvent.ConnectionLost
Event that notifies the session has lost the broker connection.
|
static interface |
SessionEvent.HostHealthRestored
Event that notifies the health of the host has restored.
|
static interface |
SessionEvent.HostUnhealthy
Event that notifies the host has become unhealthy.
|
static interface |
SessionEvent.Reconnected
Event that notifies the session has restored the broker connection.
|
static interface |
SessionEvent.SlowConsumerHighWatermark
Event that notifies the inbound event buffer has reached the high watermark value.
|
static interface |
SessionEvent.SlowConsumerNormal
Event that notifies the inbound event buffer has reached the low watermark value.
|
static interface |
SessionEvent.StartStatus
Session start status event.
|
static interface |
SessionEvent.StateRestored
Event that notifies the session has restored the state of all opened queues.
|
static interface |
SessionEvent.StopStatus
Session stop status event.
|
static class |
SessionEvent.Type
Session event types.
|
Modifier and Type | Method and Description |
---|---|
SessionEvent.Type |
type()
Returns event type.
|
SessionEvent.Type type()
Copyright © 2023 Bloomberg L.P.. All rights reserved.