Package io.drdroid.api.producer
Class HTTPProducer
- java.lang.Object
-
- io.drdroid.api.producer.HTTPProducer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static interfaceHTTPProducer.MessageProducer
-
Field Summary
Fields Modifier and Type Field Description static booleanisInitialisedWithError
-
Constructor Summary
Constructors Constructor Description HTTPProducer()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HTTPProducergetHTTPProducer()booleanregister(UUIDRegister register)java.lang.IntegersendBatch(Data data)voidsendBeat(UUIDRegister register)
-
-
-
Method Detail
-
getHTTPProducer
public static HTTPProducer getHTTPProducer()
-
sendBatch
public java.lang.Integer sendBatch(Data data)
-
register
public boolean register(UUIDRegister register)
-
sendBeat
public void sendBeat(UUIDRegister register)
-
-