Interface IAcknowledgmentCallbackFactory<T>
Namespace: Steeltoe.Integration.Acks
Assembly: Steeltoe.Integration.Abstractions.dll
Syntax
public interface IAcknowledgmentCallbackFactory<in T>
Type Parameters
Name | Description |
---|---|
T |
Methods
| Edit this page View SourceCreateCallback(T)
Declaration
IAcknowledgmentCallback CreateCallback(T info)
Parameters
Type | Name | Description |
---|---|---|
T | info |
Returns
Type | Description |
---|---|
IAcknowledgmentCallback |