Class MessagingAttributeUtils
- Namespace
- Steeltoe.Integration.Util
- Assembly
- Steeltoe.Integration.IntegrationBase.dll
public static class MessagingAttributeUtils
- Inheritance
-
MessagingAttributeUtils
- Inherited Members
Methods
EndpointIdValue(MethodInfo)
public static string EndpointIdValue(MethodInfo method)
Parameters
method
MethodInfo
Returns
HasValue(object)
public static bool HasValue(object value)
Parameters
value
object
Returns
ResolveAttribute<T>(List<Attribute>, string)
public static T ResolveAttribute<T>(List<Attribute> attributes, string name)
Parameters
Returns
- T
Type Parameters
T