Interface AllocationResult


  • public interface AllocationResult
    The result of requesting a Correlation ID.
    • Method Detail

      • getCorrelationID

        String getCorrelationID()
        Returns:
        A new Correlation ID with a correlation name that is not being used in any other session.
      • getMaxAllocationDuration

        long getMaxAllocationDuration()
        Returns:
        The maximum duration before the correlation ID is considered expired and is returned to the correlation ID pool.