Table of Contents

Search

  1. Preface
  2. Introduction to Edge Data Streaming Custom Entity Types
  3. Managing Custom Entity Types
  4. Custom Entities from Maven Archetypes
  5. REST APIs
  6. HTTP Request and Response Parameters
  7. Sample JSON Requests and Responses
  8. Glossary

Developer Guide

Developer Guide

Creating a Custom Entity Type

Creating a Custom Entity Type

To create a custom entity type, perform the following tasks:
  • Create the EDS plug-in XML document.
  • Create the EDS plug-in JAR file.
  • Add dependent libraries. Place the Java class libraries on which your implementation depends in a directory called
    lib
    . Place native libraries in a directory called
    native
    .
  • Create a package for the custom entity type. Package the EDS plug-in XML document, the EDS plug-in JAR file, and the
    lib
    and
    native
    directories in a ZIP file.

0 COMMENTS

We’d like to hear from you!