public static class SolEnum.UnbindFailAction
extends java.lang.Object
SessionHandle.PROPERTIES.UNBIND_FAIL_ACTION
A property to define the
behavior if an unbind-response is not received after an unbind-request (
FlowHandle.destroy()
) is sent to the Solace Appliance. If this occurs it
is possible that the endpoint may be still bound and unavailable until
the session is terminated. In this occurrence the session can be
configured to retry sending the unbind-request or to disconnect the
session.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DISCONNECT
disconnect the session, the application must call
SessionHandle.connect() |
static java.lang.String |
RETRY
Retry the unbind request
|
Constructor and Description |
---|
UnbindFailAction() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
toString(java.lang.String fieldValue) |
public static final java.lang.String RETRY
public static final java.lang.String DISCONNECT
SessionHandle.connect()
Copyright 2004-2024 Solace Corporation. All rights reserved.