SessionTransferCallback.TransferFailedReason

  • SessionTransferCallback.TransferFailedReason is an abstract annotation representing the failure reason when transferring to a new endpoint.

  • It inherits standard methods like annotationType(), equals(), hashCode(), and toString() from the java.lang.annotation.Annotation interface.

public static abstract @interface SessionTransferCallback.TransferFailedReason implements Annotation

The failure reason of transferring to the new endpoint.

Inherited Method Summary