public interface FetchReference<T>
The type parameter T
defines the actual fetch reference being used for fetching after listing
Modifier and Type | Method and Description |
---|---|
String |
getIdentifier()
An identifier that uniquely identify this fetch reference in the given context
|
T |
getReference()
The actual fetch reference that can be used as a handle to the content that composes the message which will be
fetched after listing the reference
|
String getIdentifier()
T getReference()
Copyright © 2016–2019 AdroitLogic. All rights reserved.