Interface JakartaWrapper<T>

Type Parameters:
T - Javax JMS delegate type
All Known Implementing Classes:
JakartaSession

public interface JakartaWrapper<T>
Jakarta JMS shim objects with accessible delegate.
  • Method Summary

    Modifier and Type
    Method
    Description
    Unwrap the underlying javax instance.
  • Method Details

    • unwrap

      T unwrap()
      Unwrap the underlying javax instance.
      Returns:
      unwrapped javax delegate