T
- a type containing information with which to populate the acknowledgment.@FunctionalInterface public interface AcknowledgmentCallbackFactory<T>
AcknowledgmentCallback
s.Modifier and Type | Method and Description |
---|---|
AcknowledgmentCallback |
createCallback(T info)
Create the callback.
|
AcknowledgmentCallback createCallback(T info)
info
- information for the callback to process the acknowledgment.