Package xyz.euclia.jaqpotj.consumers
Class TaskConsumer
- All Implemented Interfaces:
Closeable,AutoCloseable
public class TaskConsumer extends BaseConsumer<Task>
-
Field Summary
Fields inherited from class xyz.euclia.jaqpotj.consumers.BaseConsumer
path -
Constructor Summary
Constructors Constructor Description TaskConsumer(org.asynchttpclient.AsyncHttpClient client, Serializer serializer, String basepath) -
Method Summary
Modifier and Type Method Description voidclose()Methods inherited from class xyz.euclia.jaqpotj.consumers.BaseConsumer
getList, getWithId, getWithIdAndParams, getWithParams, post
-
Constructor Details
-
TaskConsumer
public TaskConsumer(org.asynchttpclient.AsyncHttpClient client, Serializer serializer, String basepath)
-
-
Method Details
-
close
- Throws:
IOException
-