Interface MessageRepository

  • All Superinterfaces:
    com.walterjwhite.datastore.api.repository.Repository

    public interface MessageRepository
    extends com.walterjwhite.datastore.api.repository.Repository
    Wrapper around external queue service
    • Method Detail

      • findWithinThePastHour

        List<Message> findWithinThePastHour()