Friday, June 29, 2018

Making Java Objects Queryable by Infinispan Remote Clients

The following is a common question amongst Infinispan community users, "how do I make my Java objects queryable by remote clients?" In this post, we take a look at how to do just that!

Annotation Method

The simplest way is to take advantage of Infinispan Protostream annotations is to mark your objects queryable and decide how each object field should be indexed. Here is an example:



from DZone.com Feed https://ift.tt/2IBAYS7

No comments:

Post a Comment