Interface CorrelationIdBasedItemProvider<Item>

    • Method Detail

      • getByCorrelationId

        Item getByCorrelationId​(String correlationId)
                         throws Exception
        Get item with given correlation id from storage mechanism.
        Returns:
        Item object. If there is no entry associated with the given id, this method should return null.
        Throws:
        Exception