//package org.egl_cepgl.pm.repository;
//
//import org.egl_cepgl.pm.model.ChatInbox;
//import org.egl_cepgl.pm.model.RecentChat;
//import org.reactivestreams.Publisher;
//import org.springframework.data.mongodb.repository.ReactiveMongoRepository;
//import reactor.core.publisher.Mono;
//
//public interface RecentChatRepository extends ReactiveMongoRepository<RecentChat, String>
//{
//    Mono<RecentChat> findByChatInbox_Id(String id);
//}
