Skip to content

Add Vertx HTTP Service Factory Support #30

@StephenOTT

Description

@StephenOTT

Add HTTP service factory support https://vertx.io/docs/vertx-http-service-factory/java/ to allow HTTP Deserialization of java Objects using Java Serializable configs.

The logic here will be that if the Client does not have the Canonical Name of the class on the instance, then it will look up the Services to see if that class is available as a service; if yes, it will deploy a verticle with that class, execute the deserialization, and tear down the verticle as defined by the configs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions