Class HttpMetaServiceDescriptor

java.lang.Object
io.inverno.mod.discovery.http.meta.HttpMetaServiceDescriptor

public class HttpMetaServiceDescriptor extends Object

Describes an HTTP meta service including: network configuration, traffic policy, routes and destinations.

An HTTP service descriptor is typically resolved by service name from a configuration source or any other source in a discovery service in order to create a meta HTTP service capable of rewriting, routing and/or load balancing requests to one or more destinations.

Since:
1.12
Author:
Jeremy Kuhn