| Package | Description |
|---|---|
| org.symphonyoss.s2.canon.runtime | |
| org.symphonyoss.s2.canon.runtime.http.client |
| Modifier and Type | Class and Description |
|---|---|
class |
ModelRegistry
A ModelRegistry is a container for IModels which can deserialize objects from any of the contained models.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IServer.registerModels(IModelRegistry registry) |
| Constructor and Description |
|---|
EntityConsumer(IModelRegistry modelRegistry,
Class<E> entityType,
C consumer,
org.symphonyoss.s2.fugue.pipeline.IThreadSafeErrorConsumer<P> invalidMessageConsumer) |
ImmutableByteArrayEntityConsumer(IModelRegistry modelRegistry,
Class<E> entityType,
C consumer,
org.symphonyoss.s2.fugue.pipeline.IThreadSafeErrorConsumer<org.symphonyoss.s2.common.immutable.ImmutableByteArray> invalidMessageConsumer) |
StringEntityConsumer(IModelRegistry modelRegistry,
Class<E> entityType,
C consumer,
org.symphonyoss.s2.fugue.pipeline.IThreadSafeErrorConsumer<String> invalidMessageConsumer) |
| Modifier and Type | Method and Description |
|---|---|
IModelRegistry |
HttpModelClient.getRegistry() |
| Constructor and Description |
|---|
HttpModelClient(IModelRegistry registry,
String baseUri,
String basePath) |
Copyright © 2018 Symphony Software Foundation. All rights reserved.