Package edu. duke. cs. osprey. service
Types
Link copied to clipboard
for when something unexpected happened in the service
Link copied to clipboard
Link copied to clipboard
Reads stdout and stderr from a process and sends the lines back in a ConcurrentLinkedQueue instance.
Link copied to clipboard
for when the request is bad
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
inline fun <R : ResponseInfo> Routing.service(instance: OspreyService.Instance, path: String, crossinline func: (OspreyService.Instance) -> ServiceResponse<R>)
Content copied to clipboard
inline fun <T : Any, R : ResponseInfo> Routing.service(instance: OspreyService.Instance, path: String, crossinline func: (OspreyService.Instance, T) -> ServiceResponse<R>)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard