Oracle Functions – Invoking Functions with The OCI SDK by Todd Sharp

image

In my last few posts we took a look at how to create serverless functions which interact with an Autonomous Transaction Processing (ATP) instance – first with Java, then with Node. We invoked those functions using the Fn CLI, which was handy for testing, but obviously not so helpful when it comes to integrating these functions into our microservice applications. There are in fact several ways to invoke Oracle Functions, but in this post we’ll focus on calling them via the OCI Java SDK.

To get started, we’ll need to include the OCI Java SDK in our project. I’m using Gradle this time, so my dependency looks like so (notice line 6): Read the complete article here.

Developer Partner Community

For regular information become a member in the Developer Partner Community please register here.

clip_image003 Blog clip_image005 Twitter clip_image004 LinkedIn image[7][2][2][2] Facebook image Meetups

Technorati Tags: PaaS,Cloud,Middleware Update,WebLogic, WebLogic

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.