T - the bund typeA - the bound APIpublic interface Publisher<T extends Asset,A> extends Accessor<T,A>
Assets through a RepositoryService, the bound service.
A publisher handles assets of a given AssetType, the bound type, expecting their content under a given API,
the bound API.
| Modifier and Type | Method and Description |
|---|---|
void |
publish(T asset,
A content)
Publishes an asset through the bound service.
|
Copyright © 2018. All rights reserved.