package types
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
EventBusService
extends AnyRef
for event bus services (service proxies).
for event bus services (service proxies). Consumers receive a service proxy to use the service.
-
class
HttpEndpoint
extends AnyRef
for HTTP endpoint (REST api).
for HTTP endpoint (REST api). Consumers receive a HTTP client configured with the host and port of the endpoint.
-
class
HttpLocation
extends AnyRef
Represents the location of a HTTP endpoint.
Represents the location of a HTTP endpoint. This object (its json representation) will be used as "location" in a service record.
- class JDBCDataSource extends AnyRef
-
class
MessageSource
extends AnyRef
Service type for data producer.
Service type for data producer. Providers are publishing data to a specific event bus address.
- class MongoDataSource extends AnyRef
-
class
RedisDataSource
extends AnyRef
Service type for Redis data source.
Value Members
- object EventBusService
- object HttpEndpoint
- object HttpLocation
- object JDBCDataSource
- object MessageSource
- object MongoDataSource
- object RedisDataSource