Table of Contents

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

string

HasValue(object)

public static bool HasValue(object value)

Parameters

value object

Returns

bool

ResolveAttribute<T>(List<Attribute>, string)

public static T ResolveAttribute<T>(List<Attribute> attributes, string name)

Parameters

attributes List<Attribute>
name string

Returns

T

Type Parameters

T