Interface IAcknowledgmentCallbackFactory<T>
- Namespace
- Steeltoe.Integration.Acks
- Assembly
- Steeltoe.Integration.Abstractions.dll
public interface IAcknowledgmentCallbackFactory<in T>
Type Parameters
T
Methods
CreateCallback(T)
IAcknowledgmentCallback CreateCallback(T info)
Parameters
info
T