-
Hi all;
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
Hello, |
Beta Was this translation helpful? Give feedback.
-
10x @hg-ms |
Beta Was this translation helpful? Give feedback.
-
I’ll gladly give you some hints.
I’m sure I missed some things, so don’t hesitate if you have any questions. Best regards |
Beta Was this translation helpful? Give feedback.
-
@hg-ms UPDATE: after chaging the jaxrs input param from integers to longs all started to work fine. |
Beta Was this translation helpful? Give feedback.
I’ll gladly give you some hints.
one.microstream.storage.restadapter.types.StorageRestAdapter
provides the Java API to access the internal Microstream data from the rest service.It requires an already running
EmbeddedStorageManager
, to create it use the New method:one.microstream.storage.restadapter.types.StorageRestAdapter.New(StorageManager)
It provides the four method needed to implement the four REST calls to satisfy the viewer app:
As long as you don’t want to implement an own viewer you need to name the Routes accordingly, the viewer expects:
"dictionary",
"root",
"object",