Uses of Class
com.skava.model.responses.NotesResponse
Packages that use NotesResponse
Package
Description
This package contains the user service implementation classes.
-
Uses of NotesResponse in com.skava.service.impl
Methods in com.skava.service.impl that return NotesResponseModifier and TypeMethodDescriptionCreateNotesServiceImpl.methodFallback
(NotesRequest input) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly - Method fallback.DeleteNotesServiceImpl.methodFallback
(NotesRequest input) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly - Method fallback.CreateNotesServiceImpl.process
(NotesRequest request) This method is used to create a new notes for a particular user.