Interface IAcknowledgmentCallbackFactory<T>
- Namespace
- Steeltoe.Integration.Acks
- Assembly
- Steeltoe.Integration.Abstractions.dll
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public interface IAcknowledgmentCallbackFactory<in T>
Type Parameters
T
Methods
CreateCallback(T)
IAcknowledgmentCallback CreateCallback(T info)
Parameters
info
T