Class MessagingAttributeUtils
Inheritance
System.Object
MessagingAttributeUtils
Assembly: Steeltoe.Integration.IntegrationBase.dll
Syntax
public static class MessagingAttributeUtils : object
Methods
|
Edit this page
View Source
EndpointIdValue(MethodInfo)
Declaration
public static string EndpointIdValue(MethodInfo method)
Parameters
Type |
Name |
Description |
MethodInfo |
method |
|
Returns
Type |
Description |
System.String |
|
|
Edit this page
View Source
HasValue(Object)
Declaration
public static bool HasValue(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
ResolveAttribute<T>(List<Attribute>, String)
Declaration
public static T ResolveAttribute<T>(List<Attribute> attributes, string name)
Parameters
Type |
Name |
Description |
List<Attribute> |
attributes |
|
System.String |
name |
|
Returns
Type Parameters