Java Methods used by RMP and cassandra.

Not applicable

which java method in which the Router and Message Processors use to call out API Proxies.

We know that each proxy is specific to the URI that is being called but in what method does Java call those proxies? It was implied that it wasn't using servlet to do so.

Secondarily, it in what way would Cassandra come into play with java methods?

0 1 234
1 REPLY 1

Hi @Madhumita Kumari , and thanks for the question.

Apigee does not publish the source code of its implementation for the router or message processor.

Neither is a servlet; The MP uses an http server engine that Apigee implemented.

but beyond that we haven't commented on the details.

What is the purpose of your question? Why do you need to know "what java method" is being used by an Apigee internal implementation?

regarding your 2nd question: Cassandra is used within Edge as a multi-master metadata store. At various times there may be queries made to cassandra. One example would be in validating an OAuth token. These tokens are stored in the persistent store, and a message processor, when validating a token it has not seen before, currently reads Cassandra. Apigee makes no guarantee that this design will change; I'm explaining only as a courtesy to satisfy your curiosity. I don't think you truly need to know these things in order to use Apigee Edge effectively. If you think you need to know more to accomplish what you want, please elaborate.