Returns all of the items of the specified type contained in the raft.
The type of item to return.
All of the items of the specified type that are contained in the raft.
The default implementation of this method calls GetRaftItemsAsync and filters the results. Implementers may override this method as a performance optimization.