Package io.zeebe.msgpack.query
Class MsgPackQueryProcessor.QueryResults
- java.lang.Object
-
- io.zeebe.msgpack.query.MsgPackQueryProcessor.QueryResults
-
- Enclosing class:
- MsgPackQueryProcessor
public final class MsgPackQueryProcessor.QueryResults extends Object
-
-
Constructor Summary
Constructors Constructor Description QueryResults()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MsgPackQueryProcessor.QueryResultgetSingleResult()intsize()
-
-
-
Method Detail
-
size
public int size()
-
getSingleResult
public MsgPackQueryProcessor.QueryResult getSingleResult()
-
-